IATanalytics: Function to Analyze Raw Data from an Implicit Association...

Description Usage Arguments Examples

View source: R/IATanalytics.R

Description

This function is designed to analyze raw data from an Implicit Association Test (IAT). The only required input is the name of the dataset, but you can also specify manually the number of trials in your IAT (e.g., for Brief IATs) or whether the participant first saw incongruent category pairings. Refer to the package's DESCRIPTION file for more detailed information (or contact me directly at research@danielstorage.com).

Usage

1
IATanalytics(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 220, which is typical of most IATs.

First

Whether participants first sorted Congruent or Incongruent trials. The default is set to Congruent.

Examples

1
2
3
4

IATanalytics documentation built on May 2, 2019, 6:21 a.m.