An open API service indexing awesome lists of open source software.

https://github.com/lakens/stroop

Stroop Dataset
https://github.com/lakens/stroop

Last synced: 5 months ago
JSON representation

Stroop Dataset

Awesome Lists containing this project

README

          

# Stroop Dataset

This GitHub repository contains a simple dataset of a Stroop experiment in txt and csv format. It also contains an example of an R Markdown file to analyze the Stroop data.

Students in an introduction to psychology course completed an online Stroop task (http://faculty.washington.edu/chudler/java/ready.html) and named the colors in congruent trials (e.g., the word 'red' written in a red font) and incongruent trials (e.g., the word 'red' written in a green font). The time they took to name all words was self-reported in seconds (e.g., 21.3 seconds) for both the congruent and incongruent blocks.

There are four columns containing

1. Participant Number (PPNR)
2. Response Time for Congruent Stimuli (Congruent)
3. Response Time for Incongruent Stimuli (Incongruent)
4. Year of Data Collection (Year)