engwales_cancer_mortality_df | R Documentation |
This dataset, engwales_cancer_mortality_df, is a data frame containing England and Wales mortality rates from lung cancer, nasal cancer, and all causes between 1936 and 1980. The 1936 rates are repeated as 1931 rates in order to accommodate follow-up for the nickel study.
data(engwales_cancer_mortality_df)
A data frame with 150 observations and 5 variables:
Year of observation (numeric)
Age group (numeric)
Lung cancer mortality rate (numeric)
Nasal cancer mortality rate (numeric)
Mortality rate from all other causes (numeric)
The dataset name has been kept as 'engwales_cancer_mortality_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.
Data taken from the ISwR package version 2.0-10
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.