R/data_ep.R

#' @title Simulated EP data
#' 
#' @description Simulated data of pulmonary embolism diagnoses (PE) after total hip replacement procedures (THR)
#' 
#' @details 
#' The input dataset had to comply with a denormalized format containing at least the following eight columns:
#' \enumerate{
#'  \item patient ID;
#'  \item episode ID;
#'  \item diagnoses;
#'  \item procedures;
#'  \item age;
#'  \item admission day;
#'  \item year of the episode;
#'  \item length of stay.
#'  }
#' 
#' A simulated dataset, \code{data(ep)}, has been formatted as described and is provided with the package. Simulation process is provided in the \code{\link{simulate_ep_data}} function.
#' 
#' @format A data frame with 531,390 rows and 8 variables
#' @source Created by the \code{\link{simulate_ep_data}} function
#' @docType data
#' @keywords datasets
#' @name ep
NULL
jomuller/ITCARES documentation built on May 19, 2019, 7:26 p.m.