Dear All,
The glmmTMB package is used to model data with mixed effects. For example:
glmmTMB(count~spp + mined + (1|site), Salamanders, family=nbinom2)
But I'm just curious to know what happens when the package is used to model
data without random effects (will this still be fine? How does this compare
with just using the glm function in the MASS package?). See example below:
glmmTMB(count~spp + mined, Salamanders, family=nbinom2)
With kind regards,
Faith