Learn R Programming

BSDA (version 1.01)

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

Description

Data for Exercise 9.37

Usage

Moisture

Arguments

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

Examples

Run this code
# NOT RUN {
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