Skip to content
Prev 8710 / 20628 Next

convergence slot in glmer?

Hi,

When I had similar problems with nls and non-converging models for
some steps in the loop, the only way I found was to use the tryCatch
function.

It was for errors, not warnings, but according to its help page it
seems possible to catch also warnings with this function. So it should
be possible to use it with lme also in your case...

Hope this helps,

Best regards,

Emmanuel Curis
On Mon, Aug 06, 2012 at 01:27:08PM -0400, Alexandre Martin wrote: