p8.11 | R Documentation |
The p8.11
data frame has 25 observations on the tensile
strength of synthetic fibre used for men's shirts.
data(p8.11)
This data frame contains the following columns:
tensile strength
percentage of cotton
Montgomery, D.C., Peck, E.A., and Vining, C.G. (2001) Introduction to Linear Regression Analysis. 3rd Edition, John Wiley and Sons.
Montgomery (2001)
data(p8.11)
y.lm <- lm(y ~ percent, data=p8.11)
model.matrix(y.lm)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.