SLIDE 7 Distributed Practice
l Elika is running an experiment in which subjects
envision themselves in a number of hypothetical dating scenarios (items) and rate their relationship satisfaction in that scenario. Elika is interested both in features of the scenarios & how those features may interact with the participants’ gender. Her initial model, with a maximal random effects structure, is:
l
model1 <- lmer(Rating ~ 1 +
SubjectGender * PhysicalIntimacy.cen * EmotionalIntimacy.cen + (1 + PhysicalIntimacy.cen * EmotionalIntimacy.cen|Subject) +
(1|Item), data=dating, control=lmerControl(optCtrl=list(maxfun=20000)))
l Unfortunately, this model did not converge.
What could Elika do as her next step?
l Could just add more iterations (but this probably
won’t be helpful)