Statistics is the science of decisions. This project aims to analyze statistical significance of a psychological occurrence called Stroop Effect by analysing data collected from an experiment. It illustrates the steps involved in statistical analysis. Follow this link to view the HTML output.
Try out the Stroop task for yourself. Go to this link, which has a Java-based applet for performing the Stroop task. Record the times that you received on the task (you need not submit your times to the site). Analysis shared in this project is based on a dataset which contains results from a number of participants. Each row of the dataset contains the performance of one participant, with the first number representing their results on the congruent task and the second number representing their performance on the incongruent task. The dataset is named stroopdata.csv
Want to add an alternative analysis or new data points to the dataset? Contributions are welcome!
First, fork this repository.
Next, clone this repository to your desktop to make changes.
$ git clone {YOUR_REPOSITORY_CLONE_URL}
$ cd stroop-effect
Once you've pushed changes to your local repository, you can issue a pull request by clicking on the pull request button.
The contents of this repository are covered under the MIT License.