# 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
# forecast 6 years ahead
predictive = forecast(
posterior,
5,
exogenous_forecast = ilo_exogenous_forecasts[1:5])
summary(predictive, which_c = "ARG")
Run the code above in your browser using DataLab