AirPollution {gpk} | R Documentation |
The goal is to understand the pollution dispersion as "Determinants of Air pollution"
data(AirPollution)
A data frame with 151 observations on the following 11 variables.
PM10
Particulate matter (size < 10 micorns)
Pb
lead content in PM10
Cd
cadmium content in PM10
Cu
copper content in PM10
Cr
chromium content in PM10
Zn
zinc content in PM10
NOx
Nitrogen oxide content in PM10
SO2
sulphur dioxide content in PM10
Site
The sites
Date
dates of the event
Season
Season of the year
The authors suggest that you try out Time series, ANOVA, and Regression on the data set.
http://ces.iisc.ernet.in/hpg/nvjoshi/statspunedatabook/databook.html
data(AirPollution)
head(AirPollution)
plot.ts(AirPollution[,1:8],plot.type="multiple",main="Air Pollution")