Skip to content
Prev 103 / 20628 Next

Model specification help

On 3/12/07, Andrew Perrin <clists at perrin.socsci.unc.edu> wrote:
The fact that this fit converged in 21 iterations and the earlier fits
to the full data set ran out of memory after 20 iterations makes me
suspect that the memory problem is not in the convergence but in the
construction of the object to be returned.  Right now the only way to
cut down on the size of that object is to use the optional argument
frame = FALSE in the call to lmer or lmer2.

If you have a chance to do a traceback on a fit that runs out of
memory, it would be very valuable to know if the insufficient memory
condition occurred within the call to nlminb (lmer or old version of
lmer2) or .Call(mer2_optimize, mer, cv$msVerbose) (new version of
lmer2) versus within a call to new.  I suspect it is the latter.