powered by
The p4.20 data frame has 26 observations on a designed experiment to determine the influence of five factors on the whiteness of rayon.
p4.20
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
Myers and Montgomery (1995) Response Surface Methodology, pp. 267-268.
data(p4.20) y.lm <- lm(y ~ acidtemp, data=p4.20) summary(y.lm)
Run the code above in your browser using DataLab