Description Usage Format Details Source References Examples
Raw data from the Stroop component of the Many Labs 3 study \insertCiteML3autocorr.
1 |
A tibble with 210,231 observations on 8 variables:
session_idUnique session (participant) identifier.
trialTrial number (0 to 62).
ink_colorColor of the word.
wordIdentity of the word.
congruentWhether the trial was congruent or incongruent.
congDeviation-coded predictor for congruent used in modeling.
responseColor name produced by the participant.
latencyLatency of the response, in milliseconds.
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.
1 2 | ## calculate cell means
with(stroop_ML3, aggregate(latency ~ congruent, stroop_ML3, mean))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.