Skip to content
Prev 11613 / 20628 Next

problem with lme4

Mathilde,

My first thought is complete/quasi-complete separation, but I can't be 
sure without looking at the data.  If I'm right, as the tolerance is 
turned down, glmer tries to reach larger and larger values of the 
as.factor(AP2)1 coefficient.  Once you get too large, numerical 
instabilities take over and you get error messages.

For example, when tolPwrss = 1e-5, the linear predictor for observations 
in the as.factor(AP2)1 category is about 25, which is an extremely large 
number on the logit scale (corresponding to a probability that is pretty 
darn close to one).

If I'm right, you might want to try Vince Dorie's blme package, which 
can put prior distributions on fixed effect coefficients to keep them 
from blowing up.

Cheers,
Steve
On 3/11/2014, 11:43 AM, Saussac Mathilde wrote: