How to create a forecast object in R [closed]
问题 Closed . This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the question so it focuses on one problem only by editing this post. Closed 3 years ago . I have wrote a function that forecasts a time series object using different forecast methods like forecast::nnetar , forecast::tbats , forecast::Arima and forecast::ets . I know that forecastHybrid::hybridModel function is doing this, I just wanted to create something more