Rainks {BSDA} | R Documentation |
Rainfall in an area of west central Kansas and four surrounding counties
Description
Data for Exercise 9.8
Usage
Rainks
Format
A data frame/tibble with 35 observations on five variables
- rain
rainfall (in inches)
- x1
rainfall (in inches)
- x2
rainfall (in inches)
- x3
rainfall (in inches)
- x4
rainfall (in inches)
Source
R. Picard, K. Berk (1990), Data Splitting, The American Statistician, 44, (2), 140-147.
References
Kitchens, L. J. (2003) Basic Statistics and Data Analysis. Pacific Grove, CA: Brooks/Cole, a division of Thomson Learning.
Examples
cor(Rainks)
model <- lm(rain ~ x2, data = Rainks)
summary(model)
[Package BSDA version 1.2.2 Index]