Skip to content
Prev 13180 / 20628 Next

Problems with convergence

Thanks. Yes, I've now changed to using nlminb. It doesn't seem to be in the
package, but the function works. One problem I've found with nlminb is that
it falsely indicates convergence problems when the random effect variance
is zero, so what I have done when it returns non-convergence is to the use
the final values as starting values for Nelder-Mead. I can perform that in
the optimisation function and that way the profiling works as well.

In a week or so my simulations will finish and I'll have an idea how
everything has worked.
On 3 April 2015 at 01:19, Ben Bolker <bbolker at gmail.com> wrote: