Skip to content
Prev 10699 / 20628 Next

glmer optimization questions

Tobias Heed <tobias.heed at ...> writes:
No (want to write one?)
maxIter is old/obsolete.
  maxfun controls the iteration counter in the BOBYQA/Nelder-Mead
phase (i.e., optimization over the 'theta' (Cholesky factor of
random-effects variance-covariance matrices) parameter vector)
We don't know enough about this (yet) to make strong recommendations
If you get parameters on the boundary (i.e. 0 variances,
+/-1 correlations) it may be worth trying.  However, I'm not
sure it's actually implemented for glmer!
I believe this is coming from BOBYQA, but I'm not sure.
I would certainly be more careful to assess convergence in
these cases.  Do the answers look sensible?  (We hope to add
some more functionality for checking convergence ...)
Absolutely.  You should always report *everything* necessary
for someone to reproduce your results (in an appendix or online
supplement, if necessary).

  cheers
    Ben Bolker