pbreheny / visreg

Visualization of regression functions
http://pbreheny.github.io/visreg/
62 stars 18 forks source link

zero inflated models #103

Open ndusit opened 2 years ago

ndusit commented 2 years ago

Dear Breheny, I am working on ZIP model with covariates on both count and zero parts with glmmTMB package. I tried plotting the prediction graph with both count and zero parts. I did plot the count part with visreg(), however, Is it possible to plot zero part? For example, fit <- glmmTMB(count~X1+X2, ziformula = ~Y1, data) Regards, Dusit