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 vars package in your browser

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

vars documentation built on June 24, 2024, 9:08 a.m.