Advertisement
Guest User

Untitled

a guest
Jun 17th, 2019
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. myIRF.c <- irf(mySVAR, n.ahead=12, ci=.68, cumulative=TRUE)
  2. plotIRF(myIRF.c, lwd=2.5, ask=FALSE, vnames="dlrLP", vlabels="Labor Productiviey", slabels=c("technology shock","non-technology shock"))
  3. plotIRF(myIRF.c, lwd=2.5, ask=FALSE, vnames="dlTH", vlabels="Total Hours", slabels=c("technology shock","non-technology shock"))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement