Learn R Programming

march (version 3.1)

march.AIC: 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.

Examples

Run this code
# NOT RUN {
indepModel <- march.indep.construct(pewee)
march.AIC(indepModel)
# }

Run the code above in your browser using DataLab