Unable to find forecast.Arima function in forecast package. Error displayed "forecast.Arima" not found. Can forecast function be used in place of 'forecast.Arima' function ? I am using forecast 8.1.
Secondly, the output from ARIMA is flat at mean for the future dates. Is this because I am using 'forecast' function.
library(forecast)
arima.forecast <- forecast(arima1, h=30)