zinbAIC {zinbwave}R Documentation

Compute the AIC of a model given some data

Description

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.

Usage

zinbAIC(model, x)

## S4 method for signature 'ZinbModel,matrix'
zinbAIC(model, x)

Arguments

model

an object that describes a statistical model.

x

an object that describes data.

Value

the AIC of the model.

Functions


[Package zinbwave version 1.12.0 Index]