Note Most user-level information has migrated to the GitHub pages site; please check there.
glmmTMB
is an R package for fitting generalized linear mixed models (GLMMs) and extensions, built on Template Model Builder, which is in turn built on CppAD and Eigen. It handles a wide range of statistical distributions (Gaussian, Poisson, binomial, negative binomial, Beta ...) as well as model extensions such as zero-inflation, heteroscedasticity, and autocorrelation. Fixed and random effects models can be specified for the conditional and zero-inflated components of the model, as well as fixed effects models for the dispersion parameter.
- for questions about mixed models and data analysis:
- the r-sig-mixed-models mailing list (please subscribe to the list before posting) or
- CrossValidated
The mailing list has more people who know about using mixed models in R; CrossValidated has a larger overall audience and a nicer question/answer format (allows pictures, code formatting, etc.).
- for questions about
glmmTMB
usage:r-sig-mixed-models@r-project.org
or- StackOverflow
(similar pros/cons as the previous point)
- for bug, infelicity, and wishlist reporting: the glmmTMB issues list
- for TMB-specific questions: the TMB users forum
- maintainer e-mail only for urgent/private communications
Please do not cross-post, i.e. ask the same question in more than one forum, unless it's suggested that you have posted in the wrong place, or unless you receive total silence in one forum. In the latter case it may be better to send a reminder/"bump" message to the original forum; in any case you should mention in your new message where/when you've previously asked the question.