Questions tagged [glmmtmb]

glmmTMB fits generalized linear mixed models (GLMMs) and extensions. It is intended to handle a wide range of statistical distributions (Gaussian, Poisson, binomial, negative binomial, Beta …) and zero-inflation. Fixed and random effects models can be specified for the conditional and zero-inflated components of the model, as well as fixed effects for the dispersion parameter.

The first stop for information on glmmTMB is its GitHub pages site, especially the "where to ask questions" section.

137 questions
0
votes
0 answers

How to apply arguments to multi-model dot and whisker plot of coefficients?

I am trying to create a plot like the following (taken from https://cran.r-project.org/web/packages/dotwhisker/vignettes/dotwhisker-vignette.html), but with no intercept, and with no rescaling: I have been following the code…
MoriahT
  • 1
  • 2
1 2 3
9
10