Dear all,
I have a question regarding the macro processor:
I have a nicely running model, now I want to check for gsy in 0:0.1:0.4 and tau in 0:0.15:0.6.
I set up a macro processor to do this but I get the following error:
ERROR in macro-processor: gexoutil.mod:173.16-17: @#for loop not matched by an @#endfor (unexpected end of file)
My Dynare version is 4.1.
Unfortunately I cannot find my mistake...
Further, once this problem is solved, I would like to store the variance of y for each iteration, i.e. 25 times, in a table which should have the following properties: 5x5 with tau on the vertical axis and gsy on the horizontal. How is there a nice and efficient way to do such a thing?
I guess I have to extract the results from oo_.var(1,1), but then how can I assign the correct cell to put it in the new matrix?
Thanks a lot for your advice.