powered by
Computes the fitted values of an arima model.
# S3 method for Arima fitted(object,...)
a fitted model from the arima function.
other arguments; not used here but kept to be consistent with the generic method
fitted values
arima
# 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