This dataset, child_wheeze_pollution_df, is a data frame containing longitudinal data on wheezing status for 16 children measured four times yearly at ages 9 through 12, with associated pollution exposure information.
Usage
data(child_wheeze_pollution_df)
Format
A data frame with 64 observations and 5 variables:
- ID
Child identifier (integer vector)
- Wheeze
Wheezing status (integer vector)
- City
City identifier (integer vector)
- Age
Child's age in years (integer vector)
- Smoke
Smoking exposure indicator (integer vector)
Details
The dataset name has been kept as 'child_wheeze_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 data frame. The original content has not been modified in any way.