R/deaths.R

#' Death Statistics 
#'
#' A dataset containing death statistics for the US. Data are for the period 1994 to 2014.
#'
#' @format A data frame:
#' \describe{
#'   \item{year}{Year.}
#'   \item{month}{Abbreviated month name.}
#'   \item{sex}{Gender.}
#'   \item{avgage}{Average age at death.}
#'   \item{medage}{Median age at death.}
#'   \item{maxage}{Maximum age at death.}
#' }
#' @source Data gathered from http://www.cdc.gov/. Subsequently summarised.
"deaths"
DataWookie/lifespan documentation built on March 3, 2021, 3:54 a.m.