solution to the warning message using glmer
问题 As many other people, I'm having troubles running a model which uses glmer function from package lme4. Here is my model: model = glmer(depvar ~ variety*cover+amplitude+time+ (1|pp) + (1|stim), data = datafile, family=poisson) And here is the warning I get: Warning message: In checkConv(attr(opt, "derivs"), opt$par, ctrl = control$checkConv, : Model failed to converge with max|grad| = 0.00606839 (tol = 0.001, component 1) I read at this link that if I add control=glmerControl(optimizer="bobyqa