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