Probleme de convergence d'un modele poisson a effets mixtes

m0.qp <- glmer(Case ~ 1 + (1 | Villages), data = df.final4, family = poisson())

m1.qp <- update(m0.qp, .~.+ REACT2 + Time + Time*REACT2 +Nb.consult:REACT2 + Nb.consult + Temp.Max + Humidity.Mean + Pluv.Mean)
Warning messages:
1: In checkConv(attr(opt, "derivs"), opt$par, ctrl = control$checkConv, :
Model failed to converge with max|grad| = 0.00397246 (tol = 0.002, component 1)
2: In checkConv(attr(opt, "derivs"), opt$par, ctrl = control$checkConv, :
Model is nearly unidentifiable: very large eigenvalue

  • Rescale variables?

Bonjour j'espère que vous allez bien depuis des jours, voila le problème que je rencontre.
Hello, i hope that all the members of this community are good. I share you my problem thx

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.