ggfortify (version 0.4.11)

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

Description

Calculate fitted values for stats::ar

Usage

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

Arguments

object

stats::ar instance

...

other keywords

Value

ts An time series of the one-step forecasts

Examples

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

Run the code above in your browser using DataCamp Workspace