IATScore {IATScore}R Documentation

Package to score Implicit Association Test (IAT) output

Description

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 (or contact me at sabbystorage@gmail.com).

Usage

IATScore(IAT, Trials, First)

Arguments

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.

Examples

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")

[Package IATScore version 0.1.1 Index]