how to combine logistic and poisson in a multivariate model

104 views Asked by At

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: enter image description here

In this article, this is done by PROC NLMIXED in SAS9.3. How can I do this with a glmmTMB package in r?

1

There are 1 answers

0
rw2 On

You can use the zeroinfl function from the svyVGAM package.

See a vignette on its use here:

https://cran.r-project.org/web/packages/svyVGAM/vignettes/zeroinfl.html