Skip to content
Prev 1089 / 15274 Next

predict.Arima question

Unfortunately you can't do this using the arima() or predict() functions 
in the stats package. However, you can do what you want using the 
arima() function in the forecast package (available on CRAN). There is 
also a function best.arima() which selects the best model according to 
AIC, BIC or AICc.

Best wishes,
Rob
Felipe Santos wrote: