Rainks {BSDA} | R Documentation |
Data for Exercise 9.8
Rainks
A data frame/tibble with 35 observations on five variables
rainfall (in inches)
rainfall (in inches)
rainfall (in inches)
rainfall (in inches)
rainfall (in inches)
R. Picard, K. Berk (1990), Data Splitting, The American Statistician, 44, (2), 140-147.
Kitchens, L. J. (2003) Basic Statistics and Data Analysis. Pacific Grove, CA: Brooks/Cole, a division of Thomson Learning.
cor(Rainks)
model <- lm(rain ~ x2, data = Rainks)
summary(model)