AIC.ldt.estim: Akaike Information Criterion
Description
This function extracts Akaike information criterion from an ldt.estim object.
Usage
# S3 method for ldt.estim
AIC(object, ..., k = NA)
Value
The value of AIC for the whole system.
#' @importFrom stats AIC
Arguments
- object
An object of class ldt.estim
- ...
Additional arguments.
- k
Unused parameter.