Learn R Programming

BSDA (version 1.2.1)

Grnriv2: 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

Arguments

Format

A data frame/tibble with 101 observations on one variable

thick

varve thickness (in millimeters)

References

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

Examples

Run this code

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

Run the code above in your browser using DataLab