AirPollution {fastR2} | R Documentation |
Air pollution measurements
Description
Air pollution measurements at three locations.
Format
A data frame with 6 observations on the following 2 variables.
- pollution
a numeric vector
- location
a factor with levels
Hill Suburb
,Plains Suburb
,Urban City
Source
David J. Saville and Graham R. Wood, Statistical methods: A geometric primer, Springer, 1996.
Examples
data(AirPollution)
summary(lm(pollution ~ location, data = AirPollution))
[Package fastR2 version 1.2.4 Index]