TSA (version 1.3)

fitted.Arima: Fitted values of an arima model.

Description

Computes the fitted values of an arima model.

Usage

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

Arguments

object

a fitted model from the arima function.

...

other arguments; not used here but kept to be consistent with the generic method

Value

fitted values

See Also

arima

Examples

Run this code
# NOT RUN {
data(hare)
hare.m1=arima(sqrt(hare),order=c(3,0,0))
fitted(hare.m1)
# }

Run the code above in your browser using DataLab