R/data_all_cause_mortality.R

#' Life table for the US in 2009
#'
#' A dataset with all-cause mortality rates from US 2009 life table estimates
#' @format A data frame with 101 rows and 4 variables:
#' \describe{
#'   \item{Age}{age, in years}
#'   \item{Total}{mortality rate for the total population}
#'   \item{Male}{mortality rate for males}
#'   \item{Female}{mortality rate for females}
#' }
#' @references 
#' Arias E. United States Life Tables, 2009. 
#' Natl Vital Stat Reports 2014;62(7).
"all_cause_mortality"
feralaes/dshr documentation built on Aug. 28, 2023, 2:17 p.m.