Learn R Programming

BSDA (version 0.1)

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

Description

Data for Exercise 9.37

Usage

Moisture

Arguments

source

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

Examples

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

Run the code above in your browser using DataLab