march.AIC {march} | R Documentation |
march.Model-class
according to the data
used during construction.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.
march.AIC(model)
model |
The model for which the AIC has to be computed. |
The number of parameters of the given model and its AIC.
Ogier Maitre
indepModel <- march.indep.construct(pewee)
march.AIC(indepModel)