US Mortality Rates by Cause (Cancer) and Gender
Source:R/data-documentation.R
USMortalityCancer_df.Rd
This dataset, USMortalityCancer_df, is a data frame containing mortality rates across all ages in the USA (Nation-wide) by cause of death, sex, and rural/urban status, recorded from 2011 to 2013. It includes national aggregate rates and region-wise rates for each administrative region under the Department of Health and Human Services (HHS). The dataset consists of 40 observations with 5 variables.
Usage
data(USMortalityCancer_df)
Format
A data frame with 40 observations and 5 variables:
- Status
Rural or urban status (factor with 2 levels).
- Sex
Gender of the individual (factor with 2 levels).
- Cause
Cause of death (factor with 10 levels).
- Rate
Mortality rate (numeric).
- SE
Standard error of the mortality rate (numeric).
Source
Data taken from the lattice package. This dataset is based on the study by the Rural Health Reform Policy Research Center: *Exploring Rural and Urban Mortality Differences*, August 2015, Bethesda, MD. Available at https://ruralhealth.und.edu/projects/health-reform-policy-research-center/rural-urban-mortality.
Details
The dataset name has been kept as 'USMortalityCancer_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.