CNTSELECT Procedure
Zero-Inflated Negative Binomial Regression
The zero-inflated negative binomial (ZINB) model in PROC CNTSELECT is based on the negative binomial model that has a quadratic variance function (when DIST=NEGBIN in the MODEL or PROC CNTSELECT statement). The ZINB model is obtained by specifying a negative binomial distribution for the data generation process referred to earlier as Process 2:
Thus the ZINB model is defined to be
In this case, the conditional expectation () and conditional variance (V) of
are
Like the ZIP model, the ZINB model exhibits overdispersion because the conditional variance exceeds the conditional mean.
ZINB Model with Logistic Link Function
In this model, the probability is given by the logistic function, namely
The log-likelihood function is
ZINB Model with Standard Normal Link Function
For this model, the probability is expressed by the standard normal distribution function (probit function):
. The log-likelihood function is
For more information about the zero-inflated negative binomial regression model, see SAS/ETS User's Guide.