R/diagnoses.R

#' Test dataset of ICD diagnoses
#'
#' A simulated dataset of hospital diagnoses created with the help of
#' the `comorbidity` package including the following columns:
#' \describe{
#'    \item{id}{Individual identifier,}
#'    \item{case}{Indicator for case status,}
#'    \item{diag}{An ICD-10 diagnosis code.}
#' }
#'
#' @docType data
#' @keywords datasets
#' @name diagnoses
#' @usage data(diagnoses)
#' @format A data frame with 23,144 rows and 3 columns
NULL

Try the TreeMineR package in your browser

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

TreeMineR documentation built on April 12, 2025, 1:30 a.m.