#' 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"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.