AirPollution {gpk}R Documentation

Air Pollution Data

Description

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

Usage

data(AirPollution)

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

Details

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

Source

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

Examples

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

[Package gpk version 1.0 Index]