Skip to content
Prev 18512 / 20628 Next

Negative binomial glmm estimates backtransformation and 95% CI

Hi everyone,

I've been running a nbinom1 model in glmmTMB and need to show real values
for the estimates and 95% CI. Are estimates form nbinom1 glmmTMB
log-values? If so, is the transformation done by:

emmeans(model, "predictor", type="response")

Alternatively, calculating confidence intervals with "confint" and then
exponentiate them could be a possibility?

Best,

Matteo