Fitted values of an arima model.
Computes the fitted values of an arima model.
## S3 method for class 'Arima' fitted(object,...)
object |
a fitted model from the arima function. |
... |
other arguments; not used here but kept to be consistent with the generic method |
fitted values
Kung-Sik Chan
data(hare) hare.m1=arima(sqrt(hare),order=c(3,0,0)) fitted(hare.m1)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.