Hi everyone,
I'm an MPhil student in ecology working on a thesis involving bird abundance data. I'm using the glmmTMB
to fit zero-inflated negative binomial models, and I'm currently struggling with model validation and interpreting results.
Here's an example of one of my models:
model5a <- glmmTMB(
Count ~ Species + Temp + Wind +
(1 | Location) + (1 | Year),
family = nbinom2,
data = Mastersheetweb
)
- The data are count-based and zero-inflated.
- I suspect the model is overdispersed, but I’m not sure how to validate this properly.
- I’d appreciate help with residual diagnostics and how to interpret the output meaningfully for my write-up.
In return, I’m happy to:
- Provide a testimonial or acknowledgement in my thesis.
- Offer data access (e.g., for teaching or examples).
- Share feedback on your resources, or help edit ecological/academic writing in return.
If you’ve worked with glmmTMB
, especially in applied ecology contexts, I’d be very grateful for your advice.
Please dm me if you'd be happy to help, thanks.