R/lungCancerSmoking.R

#' Exemplary person year table
#'
#' Fictitious data set providing the number of lung cancer cases and person years 
#' in some population stratified according to age, age of smoking start,
#' age of smoking cessation, and average number of cigarettes per day during the active smoking period.
#'
#' @docType data
#'
#' @usage data(lungCancerSmoking)
#'
#' @format Data frame with 6 variables.
#'
#' @keywords datasets
#'
#' @source Fictitious data set, only for illustration and test.
#'
#' @examples
#' data(lungCancerSmoking)
#' lungCancerSmoking[1000,]
"lungCancerSmoking"

Try the msce package in your browser

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

msce documentation built on Nov. 10, 2020, 5:09 p.m.