Code: Select all
spgraph(hfields=2,vfields=4, header="Responses to MP")
graph(header="ER",number=0) 3
#irf(1,1)
#upperband(1,1) / 2
#lowerband(1,1) / 2
graph(header="RINT",number=0) 3
#irf(2,1)
#upperband(2,1) / 2
#lowerband(2,1) / 2
graph(header="DY",number=0) 3
#irf(3,1)
#upperband(3,1) /2
#lowerband(3,1) / 2
graph(header="DTB",number=0) 3
#irf(4,1)
#upperband(4,1) / 2
#lowerband(4,1) / 2
graph(header="VOL",number=0) 3
#irf(5,1)
#upperband(5,1) / 2
#lowerband(5,1) / 2
graph(header="VIX",number=0) 3
#irf(6,1)
#upperband(6,1) / 2
#lowerband(6,1) / 2
graph(header="LEVERAGE",number=0) 3
#irf(7,1)
#upperband(7,1) / 2
#lowerband(7,1) / 2
graph(header="VOLUME",number=0) 3
#irf(8,1)
#upperband(8,1) / 2
#lowerband(8,1) / 2
spgraph(done)
Thanks.