Displaying 1 result from an estimated 1 matches for "irft1".
Did you mean:
iret1
2010 Aug 14
1
Help with graphing impulse response functions
...[see http://127.0.0.1:17693/library/vars/html/irf.html] but I am unable to get the impulse response functions in a single graphical format. I then tried this command, where each variable response to an impulse was plotted:
opar <-par(mfrow = c(3,2), mar=c(4.2,4.2,1,1), oma=c(0,0,0,0))
plot(svec.irfT1,main="T->G", ylab="", xlab="")
plot(svec.irfT2, main="T->i",ylab="")
plot(svec.irfT3,main="T->Y",ylab="")
plot(svec.irfT4,main="T->T",ylab="")
plot(svec.irfT5,main="T->P",ylab="&q...