AIC.MSARmdl function

AIC of a MSARmdl object

AIC of a MSARmdl object

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

## S3 method for class 'MSARmdl' AIC(object, ..., k = 2)

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.

Returns

AIC value.

  • Maintainer: Gabriel Rodriguez Rondon
  • License: GPL (>= 2)
  • Last published: 2025-02-24