prior = specify_prior_bvars$new(C = 2, N = 3, p = 1)
prior$M
## ------------------------------------------------
## Method `specify_prior_bvars$new`
## ------------------------------------------------
# a prior for 2-country, 3-variable example with one lag and stationary data
prior = specify_prior_bvars$new(C = 2, N = 3, p = 1)
prior$M
## ------------------------------------------------
## Method `specify_prior_bvars$get_prior`
## ------------------------------------------------
# a prior for 2-country, 3-variable example with four lags
prior = specify_prior_bvars$new(C = 2, N = 3, p = 4)
prior$get_prior() # show the prior as list
Run the code above in your browser using DataLab