-
Notifications
You must be signed in to change notification settings - Fork 0
/
README.Rmd
32 lines (23 loc) · 921 Bytes
/
README.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
---
output: github_document
---
```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```
# bvarPANELs
Forecasting with Bayesian Hierarchical Panel Vector Autoregressions.
<!-- badges: start -->
[![R-CMD-check](https://github.com/bsvars/bvarPANELs/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/bsvars/bvarPANELs/actions/workflows/R-CMD-check.yaml)
<!-- badges: end -->
An R package by Tomasz Woźniak and Miguel Sanchez-Martinez. Copyright 2024 International Labour Organization
Forecasting a multi-country time series panel data using Bayesian Vector Autoregressions with a three-level country-global hierarchical prior structure.
## Installation
You can install the development version of **bvarPANELs** from [GitHub](https://github.com/) with:
``` r
devtools::install_github("bsvars/bvarPANELs")
```