child_wheeze_pollution_df | R Documentation |
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.
data(child_wheeze_pollution_df)
A data frame with 64 observations and 5 variables:
Child identifier (integer vector)
Wheezing status (integer vector)
City identifier (integer vector)
Child's age in years (integer vector)
Smoking exposure indicator (integer vector)
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.
Data taken from the geessbin package version 1.0.0
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.