residuals.ar {ggfortify} | R Documentation |
Calculate residuals for stats::ar
Description
Calculate residuals for stats::ar
Usage
## S3 method for class 'ar'
residuals(object, ...)
Arguments
object |
|
... |
other keywords |
Value
ts Residuals extracted from the object object.
Examples
## Not run:
residuals(ar(WWWusage))
## End(Not run)
[Package ggfortify version 0.4.17 Index]