Skip to content

Negative binomial glmm estimates backtransformation and 95% CI

1 message · Matteo Sebastianelli

#
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