USCancerStats_df | R Documentation |
This dataset, USCancerStats_df, is a data frame containing cancer statistics for 20 solid tumor types, including incidence, mortality, and survival data. The dataset reports the absolute difference in 5-year survival between 1989-1995 and 1950-1954, as well as the percentage change in mortality and incidence from 1950 to 1996.
data(USCancerStats_df)
A data frame with 20 observations and 4 variables:
Tumor site (character).
Absolute difference in 5-year survival (numeric).
Percentage change in mortality (numeric).
Percentage change in incidence (numeric).
The dataset name has been kept as 'USCancerStats_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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.