powered by
Data for Exercise 9.8
Rainks
A data frame/tibble with 35 observations on five variables
rainfall (in inches)
Kitchens, L. J. (2003) Basic Statistics and Data Analysis. Pacific Grove, CA: Brooks/Cole, a division of Thomson Learning.
# NOT RUN { cor(Rainks) model <- lm(rain ~ x2, data = Rainks) summary(model) # }
Run the code above in your browser using DataLab