https://github.com/lakens/stroop
Stroop Dataset
https://github.com/lakens/stroop
Last synced: 5 months ago
JSON representation
Stroop Dataset
- Host: GitHub
- URL: https://github.com/lakens/stroop
- Owner: Lakens
- License: mit
- Created: 2018-05-27T20:02:17.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-18T16:55:00.000Z (about 8 years ago)
- Last Synced: 2025-06-07T18:03:33.213Z (about 1 year ago)
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)