I think in your README tutorial, for the "Fit TWO-SIGMA with an intercept only zero-inflation component and no random effects". The correct formula should be
fit_meanZI2<-twosigma_custom(count=counts, mean_form=count~X,zi_form=~1,id=id)
right? Thanks.
Hi @edvanburen ,
I think in your README tutorial, for the "Fit TWO-SIGMA with an intercept only zero-inflation component and no random effects". The correct formula should be
fit_meanZI2<-twosigma_custom(count=counts, mean_form=count~X,zi_form=~1,id=id)
right? Thanks.