I want to run VAR model in R. I found the following source how to do https://towardsdatascience.com/a-deep-dive-on-vector-autoregression-in-r-58767ebb3f06#:~:text=Christopher%20Sims%20proposed%20the%20Vector,traditional%20structural%20system%20of%20equations
However,I have a data set for the time from t-10 till t and want to predict until t+5 values. My independent variables have values for the period from t-10 till t+5. How can I fit VAR with observations for period t-10 till t and use this model to predict Y based on X values in period t+1 till t+5?
2.1m questions
2.1m answers
60 comments
57.0k users