march.AIC {march}R Documentation

Compute Akaike Information Criterion (AIC). The AIC (Akaike Information Criterion) is computed for a given march.Model-class according to the data used during construction.

Description

Compute Akaike Information Criterion (AIC).

The AIC (Akaike Information Criterion) is computed for a given march.Model-class according to the data used during construction.

Usage

march.AIC(model)

Arguments

model

The model for which the AIC has to be computed.

Value

The number of parameters of the given model and its AIC.

Author(s)

Ogier Maitre

Examples

indepModel <- march.indep.construct(pewee)
march.AIC(indepModel)

[Package march version 3.3.2 Index]