fitted.Arima | R Documentation |
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
arima
data(hare) hare.m1=arima(sqrt(hare),order=c(3,0,0)) fitted(hare.m1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.