R/data.R

#' Sample Data from the IAPS Choice Task
#'
#' A dataset containing output from the IAPS choice task. This was performed by
#' a study team member. This object has been read in using the
#' \code{\link{readChoices}} function.
#'
#' @format A data frame with 1863 rows and 2 columns
#' \describe{
#'   \item{time}{Time stamps for choice task.}
#'   \item{data}{data from the choice task}
#' }
#' @source Kishida Lab (researcher)
"sampleChoiceData"

#' Sample Data from the IAPS Ratings Task
#'
#' A dataset containing output from the IAPS ratings task. This was performed by
#' a study team member. This object has been read in using the
#' \code{\link{readRatings}} function.
#'
#' @format A data frame with 3640 rows and 2 columns
#' \describe{
#'   \item{time}{Time stamps for ratings task.}
#'   \item{data}{data from the ratings task}
#' }
#' @source Kishida Lab (researcher)
"sampleRatingsData"

#' Images in each group -- PRPT Scale
#'
#' A dataset containing the images used in each of the PRPT groups that the IAPS Choice task is modeled upon.
#'
#' @format A data frame with 190 rows and 2 columns
#' \describe{
#'   \item{IAPS}{The IAPS ID.}
#'   \item{group}{The PRPT group to which the image was mapped.}
#' }
#' @source Kishida Lab
"imageGroupings"
jdtrat/iapsr documentation built on Oct. 2, 2021, 12:36 a.m.