Moisture content and depth of core sample for marine muds in eastern Louisiana
Data for Exercise 9.32
Moisture
A data frame/tibble with 16 observations on four variables
a numeric vector
g of water per 100 g of dried sediment
a numeric vector
a numeric vector
Davis, J. C. (1986), Statistics and Data Analysis in Geology, 2d. ed., John Wiley and Sons, New York, pp. 177, 185.
Kitchens, L. J. (2003) Basic Statistics and Data Analysis. Pacific Grove, CA: Brooks/Cole, a division of Thomson Learning.
plot(moisture ~ depth, data = Moisture) model <- lm(moisture ~ depth, data = Moisture) abline(model, col = "red") plot(resid(model) ~ depth, data = Moisture) rm(model)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.