extractAIC.glarma: Extract AIC from a GLARMA Model

View source: R/accessors.R

extractAIC.glarmaR Documentation

Extract AIC from a GLARMA Model

Description

extractAIC method for class "glarma". Used to extract AIC from a glarma object.

Usage

## S3 method for class 'glarma'
extractAIC(fit, ...)

Arguments

fit

An object of class "glarma", obtained from a call to glarma.

...

Further arguments passed to or from other methods.

Value

AIC extracted from object

See Also

coef.glarma, residuals.glarma, glarma.


glarma documentation built on April 4, 2025, 12:32 a.m.