Learn R Programming

MPV (version 1.23)

p7.19: Data Set for Problem 7-19

Description

The p7.19 data frame has 10 observations on the concentration of green liquor and paper machine speed from a kraft paper machine.

Usage

data(p7.19)

Arguments

source

Montgomery, D.C., Peck, E.A., and Vining, C.G. (2001) Introduction to Linear Regression Analysis. 3rd Edition, John Wiley and Sons.

References

(1986) Tappi Journal.

Examples

Run this code
data(p7.19)
y.lm <- lm(y ~ x + I(x^2), data=p7.19)
summary(y.lm)

Run the code above in your browser using DataLab