smoking_doctors_df | R Documentation |
This dataset, smoking_doctors_df, is a data frame containing data from a study on smoking habits and coronary artery disease mortality among British doctors. It includes 10 observations across 5 variables representing person-years of observation and deaths during the study period.
data(smoking_doctors_df)
A data frame with 10 observations and 5 variables:
Age group (factor with 5 levels)
Smoking status (numeric)
Number of person-years at risk (numeric)
Number of deaths from coronary artery disease (numeric)
Standardized mortality ratio (numeric)
The dataset name has been kept as 'smoking_doctors_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 standard data frame. The original content has not been modified in any way.
Data taken from the boot package version 1.3-31
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.