Skip to content

Investigate a classic phenomenon from experimental psychology called the Stroop Effect using python

Notifications You must be signed in to change notification settings

mehdi-jafari/stroop-effect

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

stroop-effect

In psychology, the Stroop effect is a demonstration of interference in the reaction time of a task. When the name of a color (e.g., “blue”, “green”, or “red”) is printed in a color that is not denoted by the name (e.g., the word “red” printed in blue ink instead of red ink), naming the color of the word takes longer and is more prone to errors than when the color of the ink matches the name of the color.

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.

In This project I answer some statistical questions by using two given datasets.

Installation

Install RStudio on Windows

Download and install the R programming language FIRST at http://cran.rstudio.com.

After you install R, you can download and install RStudio from http://www.rstudio.com.

Install Packages

install.packages("ggplot2")

install.packages("gridExtra")

About

Investigate a classic phenomenon from experimental psychology called the Stroop Effect using python

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages