residuals.glarma: Extract GLARMA Model Residuals

Description Usage Arguments Value Author(s) See Also

Description

residuals is a generic function which extracts model residuals from objects returned by the modeling function glarma. resid is an alias for residuals.

Usage

1
2
## S3 method for class 'glarma'
residuals(object, ...)

Arguments

object

An object of class "glarma", a result of a call to glarma.

...

Further arguments passed to or from other methods.

Value

Residuals extracted from the object object.

Author(s)

"William T.M. Dunsmuir" <w.dunsmuir@unsw.edu.au> and "Cenanning Li" <cli113@aucklanduni.ac.nz>

See Also

coefficients.glarma, fitted.glarma, glarma.


glarma documentation built on May 2, 2019, 6:33 a.m.