Learn R Programming

BSDA (version 1.01)

Greenriv: Varve thickness from a sequence through an Eocene lake deposit in the Rocky Mountains

Description

Data for Exercise 6.57

Usage

Greenriv

Arguments

Format

A data frame with 37 observations on the following variable.

thick

a numeric vector

Examples

Run this code
# NOT RUN {
str(Greenriv)
attach(Greenriv)
EDA(thick)
SIGN.test(thick,md=7.3,alternative="greater")
detach(Greenriv)
# }

Run the code above in your browser using DataLab