Skip to content
Prev 8973 / 20628 Next

Mixed model and negative binomial distribution

Seth--

You might take a look at a paper we wrote that is a tutorial on mixed 
model "count regression" -- including negative binomial and various 
zero-altered models.  It also has a fairly extensive R code "appendix". 
  The draft / data / R code can be found:

http://depts.washington.edu/cshrb/newweb/statstutorials.html

It's the following paper:

Atkins, D. C., Baldwin, S., Zheng, C., Gallop, R. J., & Neighbors, C. 
(in press). A tutorial on count regression and zero-altered count models 
for longitudinal addictions data.

Finally, you can fit a type of over-dispersed Poisson model using 
glmer() in lme4, or a true negative binomial mixed model using glmmADMB 
package.  (I *think* an example of the latter is in the R code, though 
we focused mostly on lme4 and MCMCglmm.)

Hope that helps.

cheers, Dave