-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9bb83f2
commit 355a6fd
Showing
2 changed files
with
54 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
--- | ||
output: github_document | ||
--- | ||
|
||
```{r, include = FALSE} | ||
knitr::opts_chunk$set( | ||
collapse = TRUE, | ||
comment = "#>", | ||
fig.path = "man/figures/README-", | ||
out.width = "100%" | ||
) | ||
``` | ||
|
||
# bvarPANELs | ||
|
||
<!-- badges: start --> | ||
<!-- badges: end --> | ||
|
||
Forecasting with Bayesian Hierarchical Panel Vector Autoregressions. | ||
|
||
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") | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
|
||
# bvarPANELs | ||
|
||
<!-- badges: start --> | ||
<!-- badges: end --> | ||
|
||
Forecasting with Bayesian Hierarchical Panel Vector Autoregressions. | ||
|
||
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") | ||
``` |