chicago_pollution_df | R Documentation |
This dataset, chicago_pollution_df, is a data frame containing daily mortality, weather, and pollution data for Chicago from 1987 to 2000 from the National Morbidity, Mortality and Air Pollution Study (NMMAPS). It includes all-cause mortality, cardiovascular and respiratory deaths, temperature, humidity, and pollution levels (PM10 and ozone).
data(chicago_pollution_df)
A data frame with 5114 observations and 14 variables:
Date (Date object)
Time index (integer vector)
Year (numeric vector)
Month (numeric vector)
Day of year (integer vector)
Day of week (factor with 7 levels)
All-cause mortality count (integer vector)
Cardiovascular mortality count (integer vector)
Respiratory mortality count (integer vector)
Temperature (numeric vector)
Dew point temperature (numeric vector)
Relative humidity (numeric vector)
PM10 pollution level (numeric vector)
Ozone level (numeric vector)
The dataset name has been kept as 'chicago_pollution_df' to avoid confusion with other datasets in the R ecosystem. This naming convention helps distinguish this dataset as part of the PulmoDataSets package and assists users in identifying its specific characteristics. The suffix 'df' indicates that the dataset is a standard data frame. The original content has not been modified in any way.
Data taken from the dlnm package version 2.4.10
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.