Page 1 of 1

Trouble mapping shocks - Warning: dynare (line_180)

PostPosted: Thu Nov 12, 2015 12:38 am
by Z.judah
null

Re: Trouble mapping shocks - Warning: dynare (line_180)

PostPosted: Thu Nov 12, 2015 9:12 am
by jpfeifer

Re: Trouble mapping shocks - Warning: dynare (line_180)

PostPosted: Thu Nov 12, 2015 2:08 pm
by Z.judah
jpfeifer wrote:This is only a warning you should ignore. See http://www.dynare.org/phpBB3/viewtopic.php?f=1&t=7382&p=21780&hilit=2015b#p21780


Thank you for your response.

I imagined that this may be the case. However, when I run this code with a default (more simple) model, it graphs the shocks (I think with the simul command) for each variable and provides no warnings. I need to get the graphs so I guess that is my biggest issue. Is there an extra command I need to put? I will try a variety of things, however I just don't get why I would need to provide an extra command now and not in the previous model...

Re: Trouble mapping shocks - Warning: dynare (line_180)

PostPosted: Thu Nov 12, 2015 3:54 pm
by jpfeifer
simul does not plot anything. Use e.g.
Code: Select all
rplot y;

to plot output. I am also pretty sure you are missing a
Code: Select all
predetermined_variables k;

to comply to Dynare's timing convention.