Displaying 1 result from an estimated 1 matches for "irft2".
Did you mean:
irf32
2010 Aug 14
1
Help with graphing impulse response functions
...he 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="")
plot(svec.irfT,ylab="")
par(opar)
However the graphs still fail...