ggfortify (version 0.4.11)

residuals.ar: Calculate residuals for stats::ar

Description

Calculate residuals for stats::ar

Usage

# S3 method for ar
residuals(object, ...)

Arguments

object

stats::ar instance

...

other keywords

Value

ts Residuals extracted from the object object.

Examples

Run this code
# NOT RUN {
residuals(ar(WWWusage))
# }

Run the code above in your browser using DataLab