R/organ.R

#' Simulated data of organ radiation exposure dose
#'
#' \code{organ} is simulated dataset from the data of workers at interventional radiology departments.
#'
#' @format A data frame with 971 observation of 11 variables:
#' \describe{
#'     \item{\code{ID}}{person ID.}
#'     \item{\code{sex}}{gender}
#'     \item{\code{birth}}{birth-year}
#'     \item{\code{exposure}}{exposed year to radiation}
#'     \item{\code{site}}{organ where exposed to radiation}
#'     \item{\code{exposure_rate}}{expsoure rate}
#'     \item{\code{dosedist}}{distribution of dose}
#'     \item{\code{dose1}}{dose parameter}
#'     \item{\code{dose2}}{dose parameter}
#'     \item{\code{dose3}}{dose parameter}
#'     \item{\code{occup}}{occupation}
#' }
#'
#'@references Lee, W. J., Bang, Y. J., Cha, E. S., Kim, Y. M., & Cho, S. B.
#'  (2021). Lifetime cancer risks from occupational radiation exposure among
#'  workers at interventional radiology departments. \emph{International
#'  Archives of Occupational and Environmental Health}, \bold{94(1)}, 139-145.
"organ"

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.