Learn R Programming

gpk (version 1.0)

AirPollution: Air Pollution Data

Description

The goal is to understand the pollution dispersion as "Determinants of Air pollution"

Usage

data(AirPollution)

Arguments

Format

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

Source

http://ces.iisc.ernet.in/hpg/nvjoshi/statspunedatabook/databook.html

Details

The authors suggest that you try out Time series, ANOVA, and Regression on the data set.

Examples

Run this code
data(AirPollution)
head(AirPollution)
plot.ts(AirPollution[,1:8],plot.type="multiple",main="Air Pollution")

Run the code above in your browser using DataLab