RamiKrispin / TSstudio

Tools for time series analysis and forecasting
https://ramikrispin.github.io/TSstudio/
Other
421 stars 65 forks source link

train_model: How to add xreg argument in the train_model function ? #62

Open kaes98 opened 3 years ago

kaes98 commented 3 years ago

Hi, I have been triying to use the train_model function with an auto.arima model and fourier terms as xreg argument, but I haven't been able to make it work. What is the correct way of implementing this model?

What I've tried so far: image

RamiKrispin commented 3 years ago

Hi @kaes98, there is some issue with the way the function is parsing the xreg argument, thanks for pointing it up, I will push a fix for the next CRAN version.