Skip to contents

This dataset, resp_hosp_no2_daily_df, is a data frame containing simulated data for daily respiratory hospital admissions and ambient NO2 concentrations over 10 years.

Usage

data(resp_hosp_no2_daily_df)

Format

A data frame with 3652 observations and 7 variables:

date

Calendar date (Date object)

t

Time index (integer vector)

year

Year (numeric vector)

dow

Day of week (factor with 7 levels)

temp

Temperature (numeric vector)

no2

NO2 concentration in μg/m3 (integer vector)

hresp

Respiratory hospital admissions count (numeric vector)

Source

Data taken from the collin package version 0.0.4

Details

The dataset name has been kept as 'resp_hosp_no2_daily_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.