MSVARmdl
objectThis is a method for the function AIC()
for objects of the class MSVARmdl
.
# S3 method for MSVARmdl
AIC(object, ..., k = 2)
AIC value.
a fitted model object for which there exists a
logLik
method to extract the corresponding log-likelihood, or
an object inheriting from class logLik
.
optionally more fitted model objects.
numeric, the penalty per parameter to be used; the
default k = 2
is the classical AIC.