Greenriv {BSDA}R Documentation

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

Description

Data for Exercise 6.57

Usage

Greenriv

Format

A data frame with 37 observations on the following variable.

thick
a numeric vector

Source

Kitchens, L. J. (2003) Basic Statistics and Data Analysis. Duxbury

Examples

str(Greenriv)
attach(Greenriv)
EDA(thick)
sign.test(thick,md=7.3,alternative="greater")
detach(Greenriv)

[Package BSDA version 0.1 Index]