Dear Prof. Juillard,
I am using the latest version of Dynare (6.5) in Julia and I am facing the following issue. I have a relatively large model, with many endogenous variables and shocks, and I am having difficulties controlling Dynare’s output.
Even when I use the command
stoch_simul(irf=20, irf_shocks=(vs1, vs2, vs3), order=1, nograph) y c r k;
Dynare still generates IRFs for all endogenous variables and all shocks, instead of restricting the output to the selected variables and shocks. This makes the analysis quite cumbersome.
Is there a way to effectively restrict the IRF output (especially the graphs) to a subset of variables and shocks in large models?
Thank you very much in advance.