[R] zero-inflated negative binomial model with random effects

Ben Bolker bbolker at gmail.com
Sat Jan 4 16:22:46 CET 2014


Santiago Guallar <sguallar <at> yahoo.com> writes:

> 
> Hi,
> I'd like to incorporate a random intercept in a
>  zero-inflated negative binomial model. Package pscl is
> great but does not allow random effects, and package 
> MCMCglmm doesn't support the negative binomial. I'm
> aware that package glmmADMB supported both random effects and
> the negative binomial distribution but is
> not available anylonger.
> 

  It is still available. Did you try the second installation method listed at
http://glmmadmb.r-forge.r-project.org/ ?

============
If this fails (because you don't have the very latest version of R, or
because R-forge is having a bad day), try

install.packages("glmmADMB", 
   repos=c("http://glmmadmb.r-forge.r-project.org/repos",
           getOption("repos")),type="source")
===========

  Followups to r-sig-mixed-models at r-project.org please.




More information about the R-help mailing list