Skip to content
Prev 14988 / 20628 Next

Exponent random effect in nlmer

[cc'ing to r-sig-mixed-models]

  OK, I'll put this back on the queue ... is there any chance that you
can send me/us a reproducible example?

  The error message is driven from merPredD::updateDecomp in
src/predModule.cpp (line 291), in the package C++ code.  This makes it
considerably harder to debug.  There is no easily passable debug flag,
but if you download the source code and set debug=1 in line 258, you
will get at least a little bit more information about progress.

  As for what the code is actually doing in the updateDecomp step
("update L, RZX, and RX"), your best bet is probably to look at
vignette("lmer",package="lme4"), eqs 48-52 and the code after it ... not
that it's easy ...
On 16-11-04 11:06 AM, Cole, Tim wrote: