p4.20 | R Documentation |
The p4.20
data frame has 26 observations
on a designed experiment to determine the influence
of five factors on the whiteness of rayon.
data(p4.20)
This data frame contains the following columns:
acid bath temperature
cascade acid concentration
water temperature
sulfide concentration
amount of chlorine bleach
a measure of the whiteness of rayon
Montgomery, D.C., Peck, E.A., and Vining, C.G. (2001) Introduction to Linear Regression Analysis. 3rd Edition, John Wiley and Sons.
Myers and Montgomery (1995) Response Surface Methodology, pp. 267-268.
data(p4.20)
y.lm <- lm(y ~ acidtemp, data=p4.20)
summary(y.lm)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.