powered by
Data for Exercises 2.16, 2.45, and 2.59
Submarin
A data frame with 16 observations on the following 3 variables.
Month
a numeric vector
reported
actual
# NOT RUN { str(Submarin) attach(Submarin) plot(reported,actual) model <- lm(actual~reported) abline(model) anova(model) summary(model) detach(Submarin) # }
Run the code above in your browser using DataLab