# specify the model
specification = specify_bvarPANEL$new(
ilo_dynamic_panel[1:5],
exogenous = ilo_exogenous_variables[1:5])
burn_in = estimate(specification, 5) # run the burn-in
posterior = estimate(burn_in, 5) # estimate the model
summary(posterior)
Run the code above in your browser using DataLab