The function will return a list of results from the MZIP model.
In the list G(Gamma) refers to the excess zero/logistic part of the model
and A(Alpha) refers to the Poisson/mean part of the model for example.
Gest are the gamma coefficients for the logistic part of the MZIP model.
Aest are the alpha coefficients for the Poisson part of the MZIP model.
_ModelSE are the standard errors for each coefficient in the model.
_RobustSE are the robust standard errors for each coefficient in the model.
_ModelUpper are the upper confidence limits for each coefficient.
_ModelLower are the lower confidence limits.
_RobustUpper are the upper confidence limits based on robust standard error.
_RobustLower are the lower confidence limits based on robust standard errors.
_ModelZ are the Z scores for each coefficient.
_RobustZ are the robust Z scores for each coefficient.
_ModelZpval are the p-values based on the Z scores for the model.
_RobustZpval are the p-values based on the robust z scores.
AlphaCov is the covariance matrix for the poisson coefficient estimates
Cov is the covariance matrix for the MZIP model
RobAlphaCov robust covariance matrix for the Poisson component of MZIP
RobCov robust covariance matrix
loglik is the log-likelihood of the MZIP model
AIC is the Akaike's Information Criterion of the MZIP Model
BIC is the Bayesian's Information Criterion of the MZIP Model