zinbAIC {zinbwave} | R Documentation |
Given a statistical model and some data, this function computes the AIC of the model given the data, i.e., the AIC of the data under the model.
zinbAIC(model, x) ## S4 method for signature 'ZinbModel,matrix' zinbAIC(model, x)
model |
an object that describes a statistical model. |
x |
an object that describes data. |
the AIC of the model.
model = ZinbModel,x = matrix
: returns the AIC of the ZINB model.