Learn R Programming

intervcomp (version 0.1.2)

reactiontimes: Reaction Time (RT) Data for the Implicit Association Test

Description

Each subject recorded one hundred RT observations for each of the two pairings (congruent vs. incongrunet). That is, in total, each subject has two hundred RT observations in total. The variables are as follows:

  • subId: Subject IDs

  • stim_pairing: Pairings of the stimulus.

  • block_type: Block type (gaygd or strgd).

  • trial_num: Trial number.

  • rt: Reaction time.

  • correct: Whether or not the response was correct (1=Correct, 0=Incorrect).

Usage

data(reactiontimes)

Arguments

Format

A data frame with 16600 rows and 6 columns.

References

Lemm, K.M. (2006). Positive associations among interpersonal contact, motivation, and implicit and explicit attitudes toward gay men. Journal of Homosexuality 51:2, 79-99.

Examples

Run this code
# NOT RUN {
data(reactiontimes)
# }

Run the code above in your browser using DataLab