R/incid2010.R

#' Cancer incidence table of Korea 2010
#'
#' A dataset containing the crude incidence rate of death by age, cancer site and gender.
#'
#' @format A data frame with 1919 rows and 4 variables:
#' \describe{
#'     \item{\code{Site}}{cancer site}
#'     \item{\code{Age}}{age}
#'     \item{\code{Rate_m}}{crude incidence rate for male}
#'     \item{\code{Rate_f}}{crude incidence rate for female}
#' }
#'
#' @source KOSIS(Ministry of Health and Welfare, Cancer Registration Statistics) \url{https://kosis.kr/}
"incid2010"

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.