I have a question about warning message when using glmer or mixed model in R. When I'm running these functions I get the following warning message:
Advarselsbesked:
In checkConv(attr(opt, "derivs"), opt$par, ctrl = control$checkConv, :
Model failed to converge with max|grad| = 0.00273462 (tol = 0.001, component 7)
Can anyone tell me if I should ignore this massage? And if not, what can I do to fix it?
Nick