R/data.R

#' BDI-II data
#' @format Data frame with 24 variables and 1040 rows.
#' @details Beck Depression Inventory II data, general population and clinical sample (Dominican Republic)
#' @references
#' \itemize{
#'  \item{GarcĂ­a-Batista et al. 2018 (\url{ https://doi.org/10.1371/journal.pone.0199750})}
#'  \item{Link to data (\url{https://doi.org/10.1371/journal.pone.0199750.s001})}
#' }
"df.test.bdi"
#' DEBQ data
#' @format Data frame with 32 variables and 2513 rows.
#' @details DEBQ data, German general population sample
#' @references
#' \itemize{
#'  \item{Nagl et al. 2016 (\url{https://dx.doi.org/10.1371\%2Fjournal.pone.0162510})}
#'  \item{Link to data (\url{https://dx.doi.org/10.1371\%2Fjournal.pone.0162510.s001})}
#' }
"df.test.debq"
#' EQ-5D-3L data
#' @format Data frame with 6 variables and 722 rows.
#' @details EQ-5D-3L data, general population sample from Sri Lanka
#' @references
#' \itemize{
#'  \item{Kularatna et al. 2014 (\url{https://doi.org/10.1371/journal.pone.0108434})}
#'  \item{Link to data (\url{https://doi.org/10.1371/journal.pone.0108434.s001})}
#' }
"df.test.eq5d3l"
#' HADS data
#' @format Data frame with 21 variables and 1000 rows.
#' @details HADS data, clinical sample (cancer patients)
#' @note {The 1.000 rows were randomly selected}
#' @references
#' Link to data (\url{https://www.uniklinikum-leipzig.de/einrichtungen/medizinische-psychologie/Freigegebene\%20Dokumente/hinz-dkh-medizinische-psychologie-uniklinikum-leipzig.zip})
"df.test.hads"
#' EORTC QLQ-C30 data
#' @format Data frame with 48 variables and 1.000 rows.
#' @details EORTC QLQ-C30 data, clinical sample (cancer patients)
#' @note {The 1.000 rows were randomly selected}
#' @references
#' Link to data (\url{https://www.uniklinikum-leipzig.de/einrichtungen/medizinische-psychologie/Freigegebene\%20Dokumente/hinz-dkh-medizinische-psychologie-uniklinikum-leipzig.zip})
"df.test.eortcc30"
#' PHQ-9 data
#' @format Data frame with 11 variables and 1337 rows.
#' @details PHQ-9 data, clinical sample (coronary heart disease)
#' @references
#' \itemize{
#'  \item{Kohlmann et al. 2016 (\url{https://doi.org/10.1371/journal.pone.0156167})}
#'  \item{Link to data (\url{https://doi.org/10.1371/journal.pone.0156167.s001})}
#' }
"df.test.phq9"
#' Data frame with item names etc.
#' @format Data frame.
#' @details Variables are:
#' \itemize{
#'  \item \code{q_name_long} {Name of questionnaire}
#'  \item \code{q_name_short} {Abbreviation of questionnaire}
#'  \item \code{item_no} {Item number}
#'  \item \code{item_txt} {Question wording}
#'  \item \code{scale} {To which scale the item belongs}
#'  \item \code{values} {Values and value labels}
#'  \item \code{lang} {Language}
#' }
"df.item.names"
nrkoehler/qscorer documentation built on April 5, 2020, 3:09 a.m.