Grnriv2 {BSDA}R Documentation

Thickness of a varved section of the Green river oil shale deposit near a major lake in the Rocky Mountains

Description

Data for Exercises 6.45 and 6.98

Usage

Grnriv2

Format

A data frame/tibble with 101 observations on one variable

thick

varve thickness (in millimeters)

Source

J. Davis, Statistics and Data Analysis in Geology, 2nd Ed., Jon Wiley and Sons, New York.

References

Kitchens, L. J. (2003) Basic Statistics and Data Analysis. Pacific Grove, CA: Brooks/Cole, a division of Thomson Learning.

Examples


stem(Grnriv2$thick)
t.test(Grnriv2$thick, mu = 8, alternative = "less")


[Package BSDA version 1.2.2 Index]