#' Stroop Task Data
#'
#' A Stroop task dataset that includes 121 subjects with roughly 90 repeated measurments each.
#'
#' \itemize{
#' \item \code{rt} reaction times on the seconds scale
#' \item \code{congruency} experimental condition (congruent and incongruent primes)
#' \item \code{ID} study subject
#' }
#'
#' @docType data
#' @keywords datasets
#' @name stroop
#' @usage data("stroop")
#' @references
#' von Bastian, C. C., Souza, A. S., & Gade, M. (2016, 2). No evidence for bilingual cognitive
#' advantages: A test of four hypotheses. Journal of experimental psychology. General, 145 (2), 246–258. doi: 10.1037/xge0000120
#' @format A data frame with 11245 rows and 3 columns
NULL
#' Flanker Task Data
#'
#' A Flanker task dataset that includes 121 subjects with roughly 90 repeated measurments each.
#'
#' \itemize{
#' \item \code{rt} reaction times on the seconds scale
#' \item \code{congruency} experimental condition (congruent and incongruent primes)
#' \item \code{ID} study subject
#' }
#'
#' @docType data
#' @keywords datasets
#' @name flanker
#' @usage data("flanker")
#' @references
#' von Bastian, C. C., Souza, A. S., & Gade, M. (2016, 2). No evidence for bilingual cognitive
#' advantages: A test of four hypotheses. Journal of experimental psychology. General, 145 (2), 246–258. doi: 10.1037/xge0000120
#' @format A data frame with 11245 rows and 3 columns
NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.