R/data_disgust_scores.R

# disgust_scores ----
#' Three Domain Disgust Questionnaire (scores)
#'
#' A dataset containing subscale scores for to the Three Domain Disgust Questionnaire (Tybur et al.), calculated from [disgust].
#'
#' @format A data frame with 20000 rows and 6 variables:
#' \describe{
#'    \item{id}{Each questionnaire completion's unique ID}
#'    \item{user_id}{Each participant's unique ID}
#'    \item{date}{Date of completion (YYY-mm-dd)}
#'    \item{moral}{The mean value for the 7 moral items}
#'    \item{sexual}{The mean value for the 7 sexual items}
#'    \item{pathogen}{The mean value for the 7 pathogen items}
#' }
#' @source \url{https://psyteachr.github.io/reprores-v2/data/disgust_scores.csv}
"disgust_scores"
PsyTeachR/reprores-v2 documentation built on Sept. 26, 2022, 10:06 a.m.