Page 1 of 1

Plotting Some Instead of All Variables

PostPosted: Sun Oct 06, 2013 2:57 pm
by jgrav
I have a model with a lot of variables (many of them are shadow prices and so forth that I'm not interested in) so when I simulate the model, it returns IRFs for all of the variables. How can I get individual plots or, say, only 5 of the plots instead of all of them? I tried rplot(C_e) (C_e is consumption, which I originally denoted C) but it tells me that one of the variables specified doesn't exist.

Thank you.

Re: Plotting Some Instead of All Variables

PostPosted: Sun Oct 06, 2013 4:56 pm
by jpfeifer
Name the variables after stoch_simul, e.g.
Code: Select all
stoch_simul(order=1,irf=20) C;