mirror of
https://github.com/agdamsbo/stRoke.git
synced 2024-11-21 20:40:22 +01:00
18 lines
599 B
R
18 lines
599 B
R
#' Data frame with sample of TALOS data
|
|
#'
|
|
#' Contains of non-identifiable data from the [TALOS trial](https://doi.org/10.1161/STROKEAHA.117.020067/)
|
|
#'
|
|
#' @format A data frame with 200 rows and 6 variables:
|
|
#' \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}
|
|
#' }
|
|
#' @source \url{https://doi.org/10.1161/STROKEAHA.117.020067/}
|
|
#' @usage data(talos)
|
|
"talos"
|
|
|