aic {smmR} | R Documentation |
Akaike Information Criterion (AIC)
Description
Generic function computing the Akaike Information Criterion of
the model x
, with the list of sequences sequences
.
Usage
aic(x, sequences = NULL)
Arguments
x |
An object for which there exists a |
sequences |
Optional. A list of vectors representing the sequences for
which the AIC will be computed based on |
Value
Value of the AIC.
[Package smmR version 1.0.3 Index]