Issue in Forecast function

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

Hi!

To help us help you, could you please prepare a reproducible example (reprex) illustrating your issue? Please have a look at this guide, to see how to create one:

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.