Skip to content
Prev 2370 / 20628 Next

error message from lmer routine in R

On Fri, May 29, 2009 at 5:00 AM, Alban Zeber <alban4040 at yahoo.com> wrote:

            
Admittedly the message is rather cryptic but it indicates that you are
trying to fit a model with more random effects (q = number of random
effects) than observations (n).  In the case of a linear mixed model
this will result in confounding.  Some have argued that the
confounding is not as important for generalized linear mixed models
because the conditional distribution of the data given the random
effects (Bernoulli, in this case) is different from the unconditional
distribution of the random effects (Gaussian).  However, it is also
true that the information content of binary responses is very low
(exactly 1 bit per observation) and it seems to me to be overly
optimistic to expect to fit a model with more random effects than you
have observations, even if the distributions are not confounded.