fitted.ar {ggfortify} | R Documentation |
Calculate fitted values for stats::ar
Description
Calculate fitted values for stats::ar
Usage
## S3 method for class 'ar'
fitted(object, ...)
Arguments
object |
|
... |
other keywords |
Value
ts An time series of the one-step forecasts
Examples
## Not run:
fitted(ar(WWWusage))
## End(Not run)
[Package ggfortify version 0.4.17 Index]