Hi everyone,
I am conducting my first chapter for my PhD. I ran the SVAR model, and everything went smoothly.However, when I try to graph the IRF or the VDC, there are some notes that come down the graph that I could not remove by coding.
you can see the note on the lower left side of the picture. "Graphs by irfname, impulse variable, and response variable"
How can I remove it?
my code is:
irf graph sirf, irf(IRF) impulse(OP) response(gdp) scheme(s1color) plotr(col(white)) title("Response of Real GDP to Oil Price Shock") subtitle("Short Term", color(red) bc(white)) xlabel(0[1]5) legend(off)
I am conducting my first chapter for my PhD. I ran the SVAR model, and everything went smoothly.However, when I try to graph the IRF or the VDC, there are some notes that come down the graph that I could not remove by coding.
you can see the note on the lower left side of the picture. "Graphs by irfname, impulse variable, and response variable"
How can I remove it?
my code is:
irf graph sirf, irf(IRF) impulse(OP) response(gdp) scheme(s1color) plotr(col(white)) title("Response of Real GDP to Oil Price Shock") subtitle("Short Term", color(red) bc(white)) xlabel(0[1]5) legend(off)
Comment