zinbBIC: Compute the BIC of a model given some data

Description Usage Arguments Value Functions

Description

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.

Usage

1
2
3
4
zinbBIC(model, x)

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

Arguments

model

an object that describes a statistical model.

x

an object that describes data.

Value

the BIC of the model.

Functions


zinbwave documentation built on Nov. 8, 2020, 8:11 p.m.