Moisture {BSDA}R Documentation

Moisture content and depth of core sample for marine muds in eastern Louisiana

Description

Data for Exercise 9.37

Usage

Moisture

Format

A data frame with 16 observations on the following 4 variables.

depth
a numeric vector
moisture
a numeric vector
lnmoist
a numeric vector
depthsq
a numeric vector

Source

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

Examples

str(Moisture)
attach(Moisture)
model <- lm(moisture~depth)
plot(depth,resid(model))
detach(Moisture)
remove(model)

[Package BSDA version 0.1 Index]