Moisture {BSDA} | R Documentation |
Data for Exercise 9.37
Moisture
A data frame with 16 observations on the following 4 variables.
depth
moisture
lnmoist
depthsq
Kitchens, L. J. (2003) Basic Statistics and Data Analysis. Duxbury
str(Moisture) attach(Moisture) model <- lm(moisture~depth) plot(depth,resid(model)) detach(Moisture) remove(model)