fitted.glarma: Extract GLARMA Model Fitted Values

Description Usage Arguments Details Value See Also

Description

fitted method for class "glarma". fitted.values is an alias for fitted.

Usage

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

Arguments

object

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

...

Further arguments passed to or from other methods.

Details

This is an S3 generic function. fitted or fitted.values return the required fitted values from an object of class "glarma".

Value

Fitted values mu extracted from the object object.

See Also

coef.glarma, residuals.glarma, glarma.


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