powered by
The p7.2 data frame has 10 observations on solid-fuel rocket propellant weight loss.
p7.2
data(p7.2)
This data frame contains the following columns:
months since production
weight loss (kg)
data(p7.2) y.lm <- lm(y ~ x + I(x^2), data=p7.2) summary(y.lm) plot(y ~ x, data=p7.2)
Run the code above in your browser using DataLab