R/CMHSU-package.R

#' Sample RWD Data
#'
#' Simulated Data for illustration
#'
#' \describe{
#'   \item{ClientID}{a character indicating Client identity}
#'   \item{VisitDate}{a date of the form 'yyyy-mm-dd'}
#'   \item{Diagnostic_H}{a recorded (3/4/5 characters) ICD diagnostic list at the time of visiting/discharging from hospital}
#'   \item{Diagnostic_P}{a recorded (3/4/5 characters) ICD diagnostic list at the time of visiting/leaving medical service physician}
#'   \item{MHSU_H}{}
#'   \item{Meaning_H}{description of MHSU_H}
#'   \item{MHSU_P}{}
#'   \item{Meaning_P}{description of MHSU_P}
#' }
#' @docType data
#' @keywords datasets
#' @name SampleRWD
#' @usage data(SampleRWD)
#' @format A data frame with 1665 rows and 8 variables
NULL

Try the CMHSU package in your browser

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

CMHSU documentation built on April 4, 2025, 4:34 a.m.