p7.2 {MPV} | R Documentation |
The p7.2
data frame has 10 observations on solid-fuel
rocket propellant weight loss.
data(p7.2)
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.2) y.lm <- lm(y ~ x + I(x^2), data=p7.2) summary(y.lm) plot(y ~ x, data=p7.2)