bvar.imp.plot: Draw irfs of bayesian VAR model

Description Usage Arguments Details Value Examples

Description

Draw irfs of bayesian VAR model

Usage

1
bvar.imp.plot(bvar.model, qus = c(0.1, 0.5, 0.9))

Arguments

bvar.model

the list containing all results of bayesian VAR estimation

qus

the vector of quantiles for irfs

Details

Draw irfs of bayesian VAR model

Value

the ggplot2 graph of IRFs

Examples

1
2
3
data(Yraw)
model <- bvar(Yraw, nsave = 1000, nburn = 100)
bvar.imp.plot(model)

bdemeshev/bvarrKK documentation built on May 12, 2019, 3:40 a.m.