Last chance! 50% off unlimited learning
Sale ends in
## S3 method for class 'Arima':
fitted(object,...)
Arima
". Usually the result of a call to arima
.forecast.Arima
.fit <- Arima(WWWusage,c(3,1,0))
plot(WWWusage)
lines(fitted(fit),col=2)
Run the code above in your browser using DataLab