Victoria {BSDA} | R Documentation |
Data for Exercise 2.98
Victoria
A data frame with 20 observations on the following 3 variables.
year
level
sunspot
Kitchens, L. J. (2003) Basic Statistics and Data Analysis. Duxbury
str(Victoria) attach(Victoria) plot(sunspot,level) model <- lm(level~sunspot) abline(model) cor(sunspot,level) model detach(Victoria)