Hardwood {BSDA} | R Documentation |
Data for Exercise 9.34
Hardwood
A data frame with 19 observations on the following 2 variables.
tensile
hardwood
Kitchens, L. J. (2003) Basic Statistics and Data Analysis. Duxbury
str(Hardwood) attach(Hardwood) plot(hardwood,tensile) model <- lm(tensile~hardwood) abline(model) summary(model) anova(model) rm(model) detach(Hardwood)