Hi ,
Forecast function in forecast package is not working correctly with new version of R . It is only giving 1 month forecast even though I set the head (h=12 ) m. This May be the issue with auto.arima()
Forecast(Arima_fit , h=12 ) . And it is not giving point forecast and prediction interval . I tried a lot . Kindly help
A=auto.arima(data)
Future = forecast(A , h=12 ) # here I am getting only one month forecast value even though I set h=12 to get the forecasted value