This dataset, ohio_children_wheeze_df, is a data frame containing wheeze status data from 2148 observations of children in Ohio. The data are part of a subset from the Six-City Study, a longitudinal study examining the health effects of air pollution on children.
Usage
data(ohio_children_wheeze_df)
Format
A data frame with 2148 observations and 4 variables:
- resp
Wheeze status (0 = no wheeze, 1 = wheeze) (integer)
- id
Child identifier (integer)
- age
Age of the child in years (integer)
- smoke
Parental smoking status (0 = no, 1 = yes) (integer)
Details
The dataset name has been kept as 'ohio_children_wheeze_df' to avoid confusion with other datasets in the R ecosystem. This naming convention helps distinguish this dataset as part of the PulmoDataSets package. The suffix 'df' indicates that this is a data frame object. The original content has not been modified in any way.