Test a Perceptual Phenomenon: Stroop task

This work is done by Adrian Liaw

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 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.

1. What is our independent variable? What is our dependent variable?

Independent variable: condition of the task
Dependent variable: time to complete the task

2. What is an appropriate set of hypotheses for this task? What kind of statistical test do you expect to perform? Justify your choices.

In this case, we want to see if it takes longer to complete the task in the incongruent words condition.

Null hypothesis: It takes the same time to complete the task in both conditions.
Alternative hypothesis: It takes longer to complete the task in the incongruent words condition.

$H_0 : \mu_{cong.} = \mu_{incong.}$

$H_A : \mu_{cong.} \lt \mu_{incong.}$

(Where $\mu_{cong.}$ stands for the population mean of the results in congruent words condition, $\mu_{incong.}$ for incongruent words condition)

We don't know the population parameters, so I choose to use a t-test to infer the population.
This data set is a within-subject design, which two samples are paired (two conditions), so I'll perform a paired samples t-test.

3. Report some descriptive statistics regarding this dataset. Include at least one measure of central tendency and at least one measure of variability.

$M$ $SD$
congruent words 14.05 3.56
incongruent words 22.02 4.80
diff. (incong. - cong.) 7.96 4.86

4. Provide one or two visualizations that show the distribution of the sample data. Write one or two sentences noting what you observe about the plot or plots.

We can see the distribution of the incongruent one is more to the right than the congruent one.

5. Now, perform the statistical test and report your results. What is your confidence level and your critical statistic value? Do you reject the null hypothesis or fail to reject it? Come to a conclusion in terms of the experiment task. Did the results match up with your expectations?

  • $\alpha = 0.01, t_{critical} = 2.500$
  • $t(23) = 8.02, p < 0.0001, $ one-tailed
  • Confidence interval on the mean difference; $99\%\ CI = (5.18, 10.75)$
  • $p < \alpha$; Reject the null.

The result says, it takes significantly longer time to complete the task in the incongruent condition than in the congruent condition, and that's what we're expecting.