Skip to content
Prev 20617 / 20628 Next

glmmTMB with beta family and 0-inflation

Hello,

Sorry for my late reply.

I do not the total number of cells, and yes it is pretty large.

I tried family = "ordbeta" :

M1b <- glmmTMB(propCFU~ parent_state * TIME + (1|SAMPLE), 
data=prop_daughters, family=ordbeta)

Anova(M1b,type="III")
Analysis of Deviance Table (Type III Wald chisquare tests)

Response: propCFUdaught
 ??????????????????? Chisq Df Pr(>Chisq)
(Intercept)?????? 184.388? 1? < 2.2e-16 ***
parent_treat?????? 23.174? 1? 1.480e-06 ***
TIME?????????????? 24.162? 4? 7.411e-05 ***
parent_treat:TIME? 20.683? 4? 0.0003659 ***

when I use plot(simulateResiduals(M1b)) from the DHARMa package, the 
plots do not show significant deivations which is a clear improvement 
compared to my previous model. However, I am worried that the p-values I 
obtain are pretty low considering I have between 11 and 14 data points 
per treatment combination and a random factor.

How would I run a zero-inflated beta-binomial model ? I have found the 
ZIBR package which seems to have been developed for analysing microbiome 
data. I am not sure this is adapted to what I am trying to test ?

Best, and happy new year !!

Caroline
On 12/20/25 22:03, Ben Bolker wrote: