ggfortify (version 0.4.17)

fitted.ar: Calculate fitted values for stats::ar

Description

Calculate fitted values for stats::ar

Usage

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

Value

ts An time series of the one-step forecasts

Arguments

object

stats::ar instance

...

other keywords

Examples

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

Run the code above in your browser using DataLab