SmokingLungCancer_df | R Documentation |
This dataset, SmokingLungCancer_df, is a data frame containing data on man-years of risk and observed number of lung cancer deaths among men. The data includes information about the years of smoking, pack-years, number of cigarettes smoked per day, and the number of deaths due to lung cancer.
data(SmokingLungCancer_df)
A data frame with 63 observations and 4 variables:
Years of smoking, represented as a factor with 9 levels.
Pack-years of smoking (numeric).
Number of cigarettes smoked per day, represented as a factor with 7 levels.
Number of deaths due to lung cancer (numeric).
The dataset name has been kept as 'SmokingLungCancer_df' to avoid confusion with other datasets in the R ecosystem. This naming convention helps distinguish this dataset as part of the OncoDataSets 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 R4HCR package. Data originally from Table 24-4, page 702 of Kleinbaum et al (1988).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.