Learn R Programming

BSDA (version 1.01)

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 with 101 observations on the following variable.

thick

a numeric vector

Examples

Run this code
# NOT RUN {
str(Grnriv2)
attach(Grnriv2)
EDA(thick)
t.test(thick,mu=8,alternative="less")
SIGN.test(thick,md=8,alternative="less")
detach(Grnriv2)
# }

Run the code above in your browser using DataLab