Page 1 of 1

IRF Plots

PostPosted: Sun Jan 06, 2008 2:21 pm
by aemkei1982
Hallo,

Is there a way to tell dynare to plot only the IRFs of certain endogenous variables that I desire and not to plot all of them?

Re: IRF Plots

PostPosted: Tue Jan 08, 2008 1:11 pm
by StephaneAdjemian
Yes. You just have to write a list of endogenous variables after the stoch_simul command or the estimation command. For instance :

Code: Select all
estimation(datafile=mydata,...) Y C W;


will produce IRFs only for Y C and W if these variables are declared in the mod file.

Best,
Stéphane.

aemkei1982 wrote:Hallo,

Is there a way to tell dynare to plot only the IRFs of certain endogenous variables that I desire and not to plot all of them?