2023-04-13 12:15:34 +02:00
|
|
|
#' Data set for demonstration
|
|
|
|
#'
|
|
|
|
#' This is a small dataset from a REDCap database for demonstrational purposes.
|
|
|
|
#' Contains only synthetic data.
|
|
|
|
#'
|
|
|
|
#' @format A data frame with 22 variables:
|
|
|
|
#' \describe{
|
|
|
|
#' \item{record_id}{ID, numeric}
|
|
|
|
#' \item{redcap_event_name}{Event name, character}
|
|
|
|
#' \item{redcap_repeat_instrument}{Repeat instrument, character}
|
|
|
|
#' \item{redcap_repeat_instance}{Repeat instance, numeric}
|
|
|
|
#' \item{cpr}{CPR number, character}
|
|
|
|
#' \item{inclusion}{Inclusion date, date}
|
|
|
|
#' \item{dob}{Date of birth, date}
|
|
|
|
#' \item{age}{Age decimal, numeric}
|
|
|
|
#' \item{age_integer}{Age integer, numeric}
|
|
|
|
#' \item{sex}{Legal sex, character}
|
|
|
|
#' \item{cohabitation}{Cohabitation status, character}
|
|
|
|
#' \item{hypertension}{Hypertension, character}
|
|
|
|
#' \item{diabetes}{diabetes, character}
|
|
|
|
#' \item{region}{region, character}
|
2023-04-14 11:47:01 +02:00
|
|
|
#' \item{baseline_data_start_complete}{Completed, character}
|
2023-04-13 12:15:34 +02:00
|
|
|
#' \item{mrs_assessed}{mRS Assessed, character}
|
|
|
|
#' \item{mrs_date}{Assesment date, date}
|
|
|
|
#' \item{mrs_score}{Score, numeric}
|
|
|
|
#' \item{mrs_complete}{Complete, numeric}
|
|
|
|
#' \item{event_date}{Event date, date}
|
|
|
|
#' \item{event_type}{Event type, character}
|
2023-04-14 11:47:01 +02:00
|
|
|
#' \item{new_event_complete}{Completed, character}
|
2023-04-13 12:15:34 +02:00
|
|
|
#'
|
|
|
|
#' }
|
|
|
|
#' @usage data(redcapcast_data)
|
|
|
|
"redcapcast_data"
|
|
|
|
|
|
|
|
|