AIC.ARmdl: AIC of a 'ARmdl' object

View source: R/methods.R

AIC.ARmdlR Documentation

AIC of a ARmdl object

Description

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

Usage

## S3 method for class 'ARmdl'
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.

Value

AIC value.


MSTest documentation built on Oct. 31, 2024, 1:06 a.m.