[R-sig-ME] Question on glmmTMB

Ebhodaghe Faith ebhod@ghe|@|th @end|ng |rom gm@||@com
Fri Jun 18 10:10:29 CEST 2021


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

	[[alternative HTML version deleted]]



More information about the R-sig-mixed-models mailing list