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-mod...@r-project.org please. ______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.