AIC.ldt.estim {ldt}R Documentation

Akaike Information Criterion

Description

This function extracts Akaike information criterion from an ldt.estim object.

Usage

## S3 method for class 'ldt.estim'
AIC(object, ..., k = NA)

Arguments

object

An object of class ldt.estim

...

Additional arguments.

k

Unused parameter.

Value

The value of AIC for the whole system. #' @importFrom stats AIC


[Package ldt version 0.5.3 Index]