march.AIC: Compute Akaike Information Criterion (AIC). The AIC (Akaike...

Description Usage Arguments Value Author(s) Examples

View source: R/march.diagnostic.R

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

1
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

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

Example output

Attaching package: 'march'

The following object is masked from 'package:datasets':

    sleep

[1] 2713.425

march documentation built on Nov. 26, 2020, 3:01 p.m.

Related to march.AIC in march...