R/master_pop.R

#' Standard population master table.
#'
#' Standard 2000 master population for direct age adjustment, from National Center for Health Statistics
#' 
#' @docType data
#'
#' @usage data(master_tbl)
#' 
#' @format A data table with 24 rows and 2 variables.
#' \describe{
#'   \item{\code{age_group}}{Age group by years}
#'   \item{\code{pop}}{Standard population in thousands}
#'  }
#' 
#' @references Klein RJ, Schoenborn CA. Age adjustment using the 2000
#' projected U.S. population. Healthy People Statistical Notes, no. 20.
#' Hyattsville, Maryland: National Center for Health Statistics. January 2001.
#' https://www.cdc.gov/nchs/data/statnt/statnt20.pdf
"master_tbl"
mlaviolet/tidyepi documentation built on May 14, 2022, 10:04 p.m.