powered by
The p7.4 data frame has 12 observations on two variables.
p7.4
data(p7.4)
This data frame contains the following columns:
a numeric vector
data(p7.4) y.lm <- lm(y ~ x + I(x^2), data = p7.4) summary(y.lm)
Run the code above in your browser using DataLab