Multiple IRFs on one graph

Hello,

I need to obtain a graph showing the reponses of different variables to an exogenous shock. Please can any one tell me what’s the command to introduce in my code for that?

Thanks

Put the names of the endogenous variables after the stoch_simul or estimation commands. If you meant how to put more than 1 IRF in one panel of a graph: this can only be done manually.

Could you please explain how this is done? Ie. multiple IRFs within one graph? Is there a command in Dynare? I have searched and searched but cannot find.

All the best,

Tom

The IRFs are stored in oo_.irfs. Just use Matlab plot functions to create your desired graph. See also [Q: combining IRFs into subplotted figures & iterating?)