inst/book-ex/Rcode-2-10.R

## Impulse response analysis of SVAR A-type model
args(vars:::irf.svarest)
irf.svara <- irf(svar.A, impulse = "y1",
                 response = "y2", boot = FALSE)
args(vars:::plot.varirf)
plot(irf.svara)

Try the urca package in your browser

Any scripts or data that you put into this service are public.

urca documentation built on Sept. 9, 2022, 3:06 p.m.