powered by
Change multiple xts to a multivariate ts
multi_xts2ts(x, short = FALSE)
xts time series
Is series too short for xts2ts to work?
If the ts are used for forecasting
# NOT RUN { x <- dsa::daily_sim()$original y <- dsa::daily_sim()$original multi_xts2ts(merge(x,y)) # }
Run the code above in your browser using DataLab