Description Usage Format Details References See Also
A list containing the parameter estimates and residuals from a linear-mixed effects model fit to the Stroop dataset from the Many Labs 3 project \insertCiteML3autocorr.
1 |
A list, with the following elements:
fixedEstimates for fixed effects, (Intercept) and
main effect of congruency (cong).
covmxVariance-covariance matrix for the random effects, with the random intercept and random slope variance along the diagonal, and covariances set to zero.
sigmaEstimate of residual variance.
paramA named list of 3,337 63-element vectors, each representing the model residuals for a particular participant, ordered by trial.
The model fit to the data was
lmer(latency ~ cong + (cong || session_id), stroop_ML3).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.