IATScore | R Documentation |
This minimalist package developed by Daniel Storage is designed to quickly score raw data outputted from an Implicit Association Test (IAT; Greenwald, McGhee, & Schwartz, 1998). IAT scores are calculated as specified by Greenwald, Nosek, and Banaji (2003). Outputted values can be interpreted as effect sizes. Refer to the DESCRIPTION file for more detailed help information, including regarding the required format of your data.
IATScore(IAT, Trials, First)
IAT |
The name of the dataset to be analyzed. |
Trials |
The number of trials across your entire IAT. The default is set to 219, which is typical of most IATs. |
First |
Whether participants first sorted Congruent or Incongruent trials. The default is set to Congruent. |
IATScore(IAT)
IATScore(IAT, Trials=219)
IATScore(TooFastIAT, Trials=219)
IATScore(BriefIAT, Trials=139)
IATScore(IAT, Trials=219, First="Congruent")
IATScore(IAT, Trials=219, First="Incongruent")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.