Skip to content

Commit

Permalink
create README #1
Browse files Browse the repository at this point in the history
  • Loading branch information
donotdespair committed Apr 27, 2024
1 parent 9bb83f2 commit 355a6fd
Show file tree
Hide file tree
Showing 2 changed files with 54 additions and 0 deletions.
31 changes: 31 additions & 0 deletions README.Rmd
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")
```
23 changes: 23 additions & 0 deletions README.md
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")
```

0 comments on commit 355a6fd

Please sign in to comment.