p7.19 {MPV} | R Documentation |
The p7.19
data frame has 10 observations on the concentration
of green liquor and paper machine speed from a kraft paper
machine.
data(p7.19)
This data frame contains the following columns:
Montgomery, D.C., Peck, E.A., and Vining, C.G. (2001) Introduction to Linear Regression Analysis. 3rd Edition, John Wiley and Sons.
(1986) Tappi Journal.
data(p7.19) y.lm <- lm(y ~ x + I(x^2), data=p7.19) summary(y.lm)