Re: [R] R code for Batch forecasting

2018-03-15 Thread Bert Gunter
Use a for loop or something else, e.g. lapply() with predict(). To get a better answer, read and follow the posting guide linked below. -- Bert Bert Gunter "The trouble with having an open mind is that people keep coming along and sticking things into it." -- Opus (aka Berkeley Breathed in hi

[R] R code for Batch forecasting

2018-03-15 Thread Manish Mukherjee
Hi All, Is there was where we can predict the time series for multiple items in one go - i mean can we run the code for any time series model over multiple columns using for loop or something else . If someone can provide some example it will be helpfull. Thanks & Regards Manish Mukherjee