R/data.R

#' Simulated Epidemiological Dataset.
#'
#'  A simulated epidemiological dataset where each observation contains information
#'   on a subject's `death` status, `disease` status, and `age`.
#'
#' @format A data frame with 10000 rows and 3 variables:
#'   \describe{
#'   \item{death}{the death status of a subject (0 = alive, 1 = dead)}
#'   \item{disease}{the disease status of a subject (0 = undiseased, 1 = diseased)}
#'   \item{age}{the age of a subject, in years}
#'   }
"epiDat"
jameshenegan/dmsepmlr documentation built on Jan. 1, 2021, 4:27 a.m.