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