Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
  • Show
Clear All
new posts

  • Issue when I graph the IRF or VDC!!!

    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)
    Click image for larger version

Name:	IRF.jpg
Views:	1
Size:	41.1 KB
ID:	1688837

  • #2
    I have found the correct code:
    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) byopts(note(""))

    This is if you want to remove the note "Graphs by irfname, impulse variable, and response variable"
    byopts(note(""))
    Click image for larger version

Name:	IRF.jpg
Views:	1
Size:	36.3 KB
ID:	1688863

    Comment

    Working...
    X