Learn R Programming

MPsychoR (version 0.10-8)

iatfaces: Implicit Association Test (Faces)

Description

The implicit association test (IAT) measures differential association of two target concepts with an attribute. In this experiment the participants saw images of people with long faces, images of people with wide faces, positively valenced words, and negatively valenced words. In the first critical block ("congruent block"), participants were asked to press one response key if they saw a long-faced person or a positive word and a different response key if they saw a wide-faced person or a negative word. In the second critical block ("incongruent block"), the pairing was reversed. Participants were asked to press one key for long-faced people or negative words and a different key for wide-faced people or positive words. IAT theory states that participants are expected to be able to respond fast in congruent conditions and slowly in incongruent conditions. The dataset contains trajectories of 4 participants. Each participant was exposed 80 trials: first, 40 congruent block trials, followed by 40 incongruent block trials. The response variable is latency.

Usage

data("iatfaces")

Arguments

Format

A data frame (4 individuals, 320 observations in total) with the following variables:

block

Congruent vs. incongruent.

latency

Response time latency.

id

Subject id.

trial

Trial number.

Examples

Run this code
# NOT RUN {
data("iatfaces")
str(iatfaces)
# }

Run the code above in your browser using DataLab