winteram / IAT

Online IAT
MIT License
42 stars 48 forks source link

Scoring algorithm #17

Open TiagoDevezas opened 11 years ago

TiagoDevezas commented 11 years ago

Hi,

does this use the original IAT scoring algorithm or the improved version described in Greenwald, Nosek & Banaji (2003)?

Thank you.

jmgerson commented 11 years ago

I'd like to know this too! I've got my IAT collecting data right now for my dissertation, but will be to data analysis soon...

wow119 commented 10 years ago

It seems in the R-script that this is the old algorithm, but I'm not entirely sure. I emailed the developer to see if this is true. Has anyone else figured this out?

mickeypash commented 10 years ago

It applies the original scoring algorithm as described by Greenwald et al. 1998. If I have time I might try to implement the more sophisticated algorithm.

AntonGollwitzer commented 8 years ago

Here is an updated R script that uses the modified algorithm. Basically just 'formats' the output into a dataframe that can be run through the package: IAT. https://cran.r-project.org/web/packages/IAT/IAT.pdf

I'm sorry that the code is a bit messy. Feel free to email me if you have any questions: anton.gollwitzer@gmail.com

RScriptUpdatedAlgorithm.zip