Skip to content
Prev 139109 / 398506 Next

analysing mixed effects/poisson/correlated data

On Sat, Mar 8, 2008 at 11:00 AM, Manuel Morales
<Manuel.A.Morales at williams.edu> wrote:

            
Yes.  lmer behaves the way that the documentation says it does.

As I indicated in my answer to Alexandra, it is not as easy as it may
seem to define what "modeling heteroscedasticity" should mean for
models like generalized linear mixed models.  Even for linear mixed
models incorporating correlation structures in addition to the
correlation in the marginal distribution of the response induced by
the random effects will frequently result in an overspecified model.

The purpose of lmer is to allow general specification of mixed-effects
models.  If someone wants to wrap the underlying representation in a
more general model specification they are free to do so.  It's open
source.