
Last chance! 50% off unlimited learning
Sale ends in
## S3 method for class 'varirf':
plot(x, ...)
varirf
irf
data(Canada)
var.2c <- VAR(Canada, p = 2, type = "const")
var.2c.irf <- irf(var.2c, impulse = "e", response = c("prod", "rw",
"U"), boot = FALSE)
plot(var.2c.irf)
Run the code above in your browser using DataLab