R/data.R

#' US male and female q_x
#' 
#' Data gathered from the official United States Social Security website 
#' \url{http://www.ssa.gov/oact/STATS/table4c6.html}
#' 
#' @format A data frame with 120 observations and 3 variables:
#' \describe{
#' \item{x}{exact age}
#' \item{male_qx}{probability a male dies between birthday x and x + 1}
#' \item{female_qx}{probability a female dies between birthday x and x + 1}
#' }
#' @examples
#' qx_data
"qx_data"
merlinoa/diehard3000 documentation built on May 22, 2019, 6:52 p.m.