p7.1 {MPV} | R Documentation |
The p7.1
data frame has 10 observations on a predictor variable.
data(p7.1)
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.
data(p7.1) attach(p7.1) x2 <- x^2 detach(p7.1)