Skip to content

any package to do generalized linear mixed model?

3 messages · Wensui Liu, Yihui Xie, Ben Bolker

#
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
On Mon, Sep 15, 2008 at 12:35 PM, Wensui Liu <liuwensui at gmail.com> wrote:

  
    
#
Yihui Xie <xieyihui <at> gmail.com> writes:
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