R/life2010.R

#' Lifetime table of Korea 2010
#'
#' A dataset containing the probability of death by age and gender.
#'
#' @format A data frame with 101 rows and 3 variables:
#' \describe{
#'     \item{\code{Age}}{age}
#'     \item{\code{Prob_d_m}}{probability of death for male}
#'     \item{\code{Prob_d_f}}{probability of death for female}
#' }
#'
#' @source KOSIS(Statistics Korea, Life Tables By Province) \url{https://kosis.kr/}
"life2010"

Try the LARisk package in your browser

Any scripts or data that you put into this service are public.

LARisk documentation built on Feb. 7, 2022, 9:07 a.m.