stroop_ML3: Data from the Many Labs 3 Stroop Task

Description Usage Format Details Source References Examples

Description

Raw data from the Stroop component of the Many Labs 3 study \insertCiteML3autocorr.

Usage

1

Format

A tibble with 210,231 observations on 8 variables:

session_id

Unique session (participant) identifier.

trial

Trial number (0 to 62).

ink_color

Color of the word.

word

Identity of the word.

congruent

Whether the trial was congruent or incongruent.

cong

Deviation-coded predictor for congruent used in modeling.

response

Color name produced by the participant.

latency

Latency of the response, in milliseconds.

Details

Unlike the original data, the latency variable (originally called trial_latency) has been set to NA for any trials where either (1) an error occurred, or (2) the latency was greater than 10,000 milliseconds.

Source

https://osf.io/n8xa7/

References

\insertAllCited

Examples

1
2
## calculate cell means
with(stroop_ML3, aggregate(latency ~ congruent, stroop_ML3, mean))

dalejbarr/autocorr documentation built on March 27, 2021, 3:03 a.m.