Hi Professor Pfeifer,
I am trying to run a Bayesian VAR model, and I have followed the instructions in the paper "BVAR models 'a la Sims' in Dynare" to write my code.
Basically, the code I'm running is
"
var dx dy
varobs dx dy
bvar_irf(8,'Cholesky')
"
However, when I run this code, I receive the error message that although 2 variables are defined, no equations are defined.
As I followed the exact notation as in the paper listed above, I'm wondering what might be missing from this code.
Thank you so much for your time and help!