xmp11.13 {Devore5} | R Documentation |
The xmp11.13
data frame has 16 rows and 4 columns.
This data frame contains the following columns:
Devore, J. L. (2000) Probability and Statistics for Engineering and the Sciences (5th ed), Duxbury
data(xmp11.13) fm1 <- lm(Strength ~ age * tempture * soil, xmp11.13) anova(fm1) # compare with Table 11.12, page 471