How do I write a multivariate zero-inflated model using both the logistic and poisson regression methods in one model?
The results should look something like this:
In this article, this is done by PROC NLMIXED in SAS9.3. How can I do this with a glmmTMB package in r?
You can use the
zeroinfl
function from thesvyVGAM
package.See a vignette on its use here:
https://cran.r-project.org/web/packages/svyVGAM/vignettes/zeroinfl.html