USCancerStats | R Documentation |
US Incidence, mortality, and survival statistics for 20 solid tumor types.
USCancerStats
A data frame with 20 observations on the following 4 variables.
site
The site (or organ) of the cancer.
survival
Absolute change in site-specific five-year survival.
mortality
Percentage change in site-specific mortality.
incidence
Percentage change in sit-specific incidence.
Incidence, mortality, and survival statistics for 20 solid tumor types reported by the SEER pro- gram. For each tumor, the absolute difference in 5-year survival between 1989-1995 and 1950-1954 is reported, along with the percentage change in mortality and incidence for 1950 - 1996.
Welch, H.G., Schwartz, L.M. and Woloshin, S., 2000. Are increasing 5-year survival rates evidence of success against cancer?. JAMA, 283(22), pp.2975-2978.
data(USCancerStats, package = "R4HCR")
cor.test( ~ survival + mortality,
data = USCancerStats,
exact = FALSE,
method = "sp")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.