R/data.R

#' Hospital, Doctor, Patient (HDP) dataset.
#'
#' This dataset has a three-level, hierarchical structure with patients
#'   nested within doctors within hospitals. The purpose of this simulation
#'   is not to do a simulation study, but rather to create a rich dataset
#'   that can be used to show a variety of analytic techniques.
#'   However, the principles used in this simulation could be easily
#'   abstracted and a handful or parameters varied to do a simulation study.
#'
#' @source \url{https://stats.idre.ucla.edu/r/codefragments/mesimulation/}
"hospital"
bcjaeger/bimm documentation built on Sept. 14, 2024, 3:41 a.m.