pollution {FWDselect} | R Documentation |
Emission of SO2. Pollution incident data.
Description
Registered values of SO2 in different temporal instant. Each column of the
dataset corresponds with the value obtained by the series of bi-hourly means
for SO2 in the instant t
(5-min temporal instant).
Usage
pollution
Format
pollution
is a data frame with 19 variables (columns).
- Y
response variable, registered values of SO2 at a specific temporal instant, in microg/m3N. This is the value that we want to predict.
- In0
registered values of SO2 at a specific temporal instant, in this case instant zero, in microg/m3N.
- In1
registered values of SO2 at a specific temporal instant, in this case 5-min instant temporal before, in microg/m3N.
- In2
registered values of SO2 at a specific temporal instant, in this case 10-min instant temporal before, in microg/m3N.
...
Examples
data(pollution)
head(pollution)
[Package FWDselect version 2.1.0 Index]