graph object with impulse responses
Posted: Thu Aug 06, 2009 11:24 am
Hi,
I encountered problems with freezing graph view of VAR impulse responses into a graph object. I did not find the way to preserve error bounds and formatting in the chart, instead it just plots a single line. That's not what I like for presentation purposes. When working manually, I had no problem to freeze the graphs exactly as appeared in graph view.
Basically, I used this code (because it was a problem to add more options after the freeze command, I got error messages):
var var01.ls 1 1 gdp tax cons
var01.impulse (7, m, imp=chol, se=a) gdp tax cons @ gdp tax cons @ gdp tax cons
freeze(cholesky01) var01.impulse
Can you pls help me to improve the code? In fact I work upon a bunch of countries and have no mind to create about 30 graph objects manually.
Thanks!
I encountered problems with freezing graph view of VAR impulse responses into a graph object. I did not find the way to preserve error bounds and formatting in the chart, instead it just plots a single line. That's not what I like for presentation purposes. When working manually, I had no problem to freeze the graphs exactly as appeared in graph view.
Basically, I used this code (because it was a problem to add more options after the freeze command, I got error messages):
var var01.ls 1 1 gdp tax cons
var01.impulse (7, m, imp=chol, se=a) gdp tax cons @ gdp tax cons @ gdp tax cons
freeze(cholesky01) var01.impulse
Can you pls help me to improve the code? In fact I work upon a bunch of countries and have no mind to create about 30 graph objects manually.
Thanks!