powered by
Data for Exercise 2.98
Victoria
A data frame/tibble with 20 observations on three variables
year
mean annual level of Lake Victoria Nyanza
number of sunspots
Kitchens, L. J. (2003) Basic Statistics and Data Analysis. Pacific Grove, CA: Brooks/Cole, a division of Thomson Learning.
# NOT RUN { plot(level ~ sunspot, data = Victoria) model <- lm(level ~ sunspot, data = Victoria) summary(model) rm(model) # }
Run the code above in your browser using DataLab