ggfortify (version 0.4.17)

residuals.ar: Calculate residuals for stats::ar

Description

Calculate residuals for stats::ar

Usage

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

Value

ts Residuals extracted from the object object.

Arguments

object

stats::ar instance

...

other keywords

Examples

Run this code
if (FALSE) {
residuals(ar(WWWusage))
}

Run the code above in your browser using DataLab