Learn R Programming

tsissm (version 1.0.1)

AIC.tsissm.estimate: Akaike's An Information Criterion

Description

Extract the AIC from an estimated model.

Usage

# S3 method for tsissm.estimate
AIC(object, ..., k = 2)

# S3 method for tsissm.selection AIC(object, ..., k = 2)

Value

a numeric value.

Arguments

object

an object of class “tsissm.estimate”.

...

not currently used.

k

the penalty per parameter to be used; the default k = 2 is the classical AIC.