R/datasets.R

#' @title Data: Flanker Task data from \insertCite{hedge2018reliability;textual}{vICC}.
#'
#' @description A dataset containing 33660 rows and 7 columns.
#'
#' \itemize{
#' \item Block
#' \item Trial number
#' \item Arrow direction (1=left, 2=right)
#' \item Condition (0 = congruent, 1=neutral, 2=incongruent)
#' \item Correct (1) or incorrect (0)
#' \item Reaction time (seconds)
#' }
#'
#' @note
#' Reaction times less than 0.20 and greater than 2 seconds were removed.
#'
#' @docType data
#'
#' @keywords datasets
#'
#' @name flanker
#'
#' @usage data("flanker")
#'
#' @references
#'
#' \insertAllCited{}
#'
#' @format A dataframe 33660 rows and 7 columns.
NULL

Try the vICC package in your browser

Any scripts or data that you put into this service are public.

vICC documentation built on Dec. 8, 2020, 5:07 p.m.