Quick note: Local server necessary for running d3.js. Computations were done in R.
In a Stroop task, participants are presented with a list of words, with each word displayed in a color of ink. The participant’s task is to say out loud the color of the ink in which the word is printed.
The task has two conditions: a congruent words condition, and an incongruent words condition. In the congruent words condition, the words being displayed are color words whose names match the colors in which they are printed: for example style RED, BLUE. In the incongruent words condition, the words displayed are color words whose names do not match the colors in which they are printed: for example PURPLE, ORANGE. In each case, we measure the time it takes to name the ink colors in equally-sized lists. Each participant will go through and record a time from each condition.
We are going to choose a dependent t-test:
vars | n | mean | sd | median | min | max | range | se |
---|---|---|---|---|---|---|---|---|
Congruent | 24 | 14.05 | 3.56 | 14.36 | 8.63 | 22.33 | 13.70 | 0.73 |
Incongruent | 24 | 22.02 | 4.80 | 21.02 | 15.69 | 35.26 | 19.57 | 0.98 |