p7.20 | R Documentation |
The p7.20
data frame has 10 observations on the concentration
of green liquor and paper machine speed from a kraft paper
machine.This data set is the same as p7.19
which was used
in problem 7.19 of the third edition of MPV.
data(p7.20)
This data frame contains the following columns:
green liquor (g/l)
paper machine speed (ft/min)
Montgomery, D.C., Peck, E.A., and Vining, C.G. (2021) Introduction to Linear Regression Analysis. 6th Edition, John Wiley and Sons.
(1986) Tappi Journal.
data(p7.20)
y.lm <- lm(y ~ x + I(x^2), data=p7.20)
summary(y.lm)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.