bronchitis_Cardiff_df | R Documentation |
This dataset, bronchitis_Cardiff_df, is a data frame containing information from a study assessing the effects of smoking and pollution on bronchitis diagnosis in a sample of 212 men from Cardiff.
data(bronchitis_Cardiff_df)
A data frame with 212 observations and 4 variables:
Number of cigarettes smoked per day (numeric)
Pollution exposure level (numeric)
Bronchitis diagnosis (0 = no, 1 = yes) (integer)
Bronchitis diagnosis as a factor with 2 levels (factor)
The dataset name has been kept as 'bronchitis_Cardiff_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 gamclass package version 0.62.5
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.