Message-ID: <loom.20080915T130822-298@post.gmane.org>
Date: 2008-09-15T13:17:40Z
From: Ben Bolker
Subject: any package to do generalized linear mixed model?
Yihui Xie <xieyihui <at> gmail.com> writes:
>
> lme4
>
> On Mon, Sep 15, 2008 at 12:35 PM, Wensui Liu <liuwensui <at> gmail.com> wrote:
> > I checked GlmmML package. However, it can only do binomial and poisson
> > distribution. How about others such as gamma or neg binomial?
> > Thank you so much!
> > wensui
> >
>
lme4 will do gamma, but not negative binomial.
glmmADMB will work, as will gnlmm (from Jim Lindsey's
repeated package), but you can glmm.admb will only
use a single random factor and gnlmm will only
do random-intercept models.
Further questions should probably be directed
to r-sig-mixed-models at lists.r-project.org
good luck,
Ben Bolker