Git Product home page Git Product logo

implicit-association-test's Introduction

Implicit Association Test

DOI

The Implicit Association Test (IAT) is a measure of implicit cognition, see the original paper here:

Greenwald, A. G., McGhee, D. E., & Schwartz, J. L. (1998). Measuring individual differences in implicit cognition: the implicit association test. Journal of personality and social psychology, 74(6), 1464.

Following Nosek, B. A., Greenwald, A. G., & Banaji, M. R. (2005), the assignment to one of the two different trial orders is randomized and the fifth block always contains 40 instead of 20 trials.

Greenwald, A. G., Nosek, B. A., & Banaji, M. R. (2003) discuss an improved scoring algorithm. I will implement this when I can find some spare time.

This code implements the IAT in a clean and modular fashion. More specifically, it is a self-other variant of the IAT. The stimuli words are from Greenwald, A. G., & Farnham, S. D. (2000).

However, you can configure it to match your specific IAT type by changing the stimuli.csv file and the variables allRes (line 31) and pos, neg, self, other (line 36). In the main function, you can add your specific instructions beneath each block.

helpers.py contains functions that are experiment agnostic and can be used generically. Some tweaking may be required. You can get only the helpers.py with

curl -O https://raw.github.com/dostodabsi/implicit-association-test/master/helpers.py

The guys at gureckislab try to establish a platform where browser-based experiments can be shared among researchers. In the spirit of open science, I'd love to see a similar platform emerge for desktop experiments written in Python / PsychoPy. If you have any ideas, please drop me an email at [email protected] or contact me over Twitter at @fdabl

You are welcome to use this code for personal or academic uses. If you fork, or use this in an academic paper please cite as follows:

Dablander, F. (2014). Implicit Association Test in Python (Version 1.00)[Software]. Available from https://github.com/dostodabsi/implicit-association-test. doi:10.5281/zenodo.10603

Note

The code was originally written for the bachelor thesis of my dear colleague Gabriela Hofer (@gabriela_hofer). She read up on the whole literature and gave me detailed instructions on the IAT.

implicit-association-test's People

Contributors

fdabl avatar

Watchers

 avatar  avatar  avatar

Forkers

oracleyang

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.