Skip to content
Prev 2650 / 20628 Next

modelling saturated random effects with glmm

This is a basic property of the distributions.

The normal distribution has 2 parameters, the mean and the variance which are independent of each other.  Therefore in any type of model based on the normal distribution you need at least 1 degree of freedom left over after estimating the mean in order to estimate the variance.

The poisson distribution only has 1 parameter because the variance is equal to the mean in the poisson, so you can use all the degrees of freedom estimating the mean, and that gives you the variance, you don't need additional information to estimate it.  

All this of course is dependent on your assumptions about the distributions being reasonable (the routines do what you tell them too whether they make sense or not).  And any model that uses all or even the majority of the degrees of freedom is unlikely to be very precise or informative even if you do get an "answer".

Hope this helps,