R/EHR.R

#' Description of the EHR dataset
#'
#' This is a toy dataset to illustrate the use of the the MSCA library
#'
#' @format A data frame with `3000` records and `3` variables:
#' \describe{
#'   \item{link_id}{Unique patient identifyer}
#'   \item{reg}{Registered long-term condition}
#'   \item{aos}{Age at onset of the registered long-term condition}
#'
#' }
#' @name EHR
#' @source Toy dataset
#' @docType data
#' @examples
#' # Load the dataset
#' data(EHR)
#'
#' # Display the first few rows
#' head(EHR)
NULL

Try the MSCA package in your browser

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

MSCA documentation built on June 8, 2025, 10:52 a.m.