Skip to content

predict.Arima question

2 messages · Felipe Santos, Rob Hyndman

#
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: