Learn R Programming

MSTest (version 0.1.5)

AIC.VARmdl: AIC of a VARmdl object

Description

This is a method for the function AIC() for objects of the class VARmdl.

Usage

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

Value

AIC value.

Arguments

object

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.

k

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