Calculate the Akaike Information Criterion (AIC) for a 'colsa' object
Source:R/colsa.R
AIC.colsa.RdThis function computes the AIC for a given 'colsa' object. The AIC is a
measure of the relative quality of a statistical model for a given dataset.
It is calculated as: \(-2 * logLik + 2 * k\), where k is the number
of parameters in the model.
Usage
# S3 method for class 'colsa'
AIC(object, ...)