Hi all,
It’s my first time in this forum .I am currently running the CMR model - and I wish to loop over a parameter (shock size).
My loop:
e_zetaci = 1:1:3;
for i=1:length(e_zetaci)
** dynare cmr noclearall;**
end
and in the mod file for shocks, I wrote:
set_param_value(‘stdzetac_p’,e_zetaci(i));
However, I am not sure where does Dynare store IRFs from each iteration. Could anyone show me how to store/find the results?
Thank you!