Erratum to: Behav Res

DOI 10.3758/s13428-016-0779-0

The R code for the IAT model in the Appendix should be:

model <- lmer(RTD ~ congruent * (wordVsFace + wordType + stimType) + (congruent | participant) + (congruent |stimulus), data=dat, verbose=3,control=lmerControl(optCtrl = list(maxfun = 10000)))summary(model)

This code is given correctly in the online/HTML version of the article, but not in the PDF version.