fitted.glarma {glarma} | R Documentation |
Extract GLARMA Model Fitted Values
Description
fitted
method for class "glarma"
. fitted.values
is an alias for fitted
.
Usage
## S3 method for class 'glarma'
fitted(object, ...)
Arguments
object |
An object of class |
... |
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
.
[Package glarma version 1.6-0 Index]