p7.2 | 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:
months since production
weight loss (kg)
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.