2022-09-30 14:39:09 +02:00
|
|
|
#' Data frame with sample of TALOS data
|
|
|
|
#'
|
2023-01-12 08:49:53 +01:00
|
|
|
#' Contains of non-identifiable subset of data from the TALOS trial.
|
2022-09-30 14:39:09 +02:00
|
|
|
#'
|
2022-11-25 14:30:57 +01:00
|
|
|
#' @format A data frame with 200 rows and 6 variables:
|
2022-09-30 14:39:09 +02:00
|
|
|
#' \describe{
|
|
|
|
#' \item{rtreat}{Randomisation}
|
|
|
|
#' \item{mrs_1}{Modified Rankin scale score at follow-up}
|
|
|
|
#' \item{mrs_6}{Modified Rankin scale score at end of study}
|
|
|
|
#' \item{hypertension}{Known hypertension}
|
|
|
|
#' \item{diabetes}{Known diabetes}
|
|
|
|
#' \item{civil}{Cohabitation status}
|
|
|
|
#' }
|
2023-01-11 12:54:08 +01:00
|
|
|
#' @source \doi{10.1161/STROKEAHA.117.020067}
|
2022-09-30 14:39:09 +02:00
|
|
|
#' @usage data(talos)
|
|
|
|
"talos"
|
|
|
|
|