Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ankargren/mfbvar
R package for Mixed-Frequency Bayesian VARs
https://github.com/ankargren/mfbvar
package r rcpp rcpparmadillo
Last synced: 1 day ago
JSON representation
R package for Mixed-Frequency Bayesian VARs
- Host: GitHub
- URL: https://github.com/ankargren/mfbvar
- Owner: ankargren
- Created: 2016-11-03T10:51:46.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2021-05-11T19:43:06.000Z (over 3 years ago)
- Last Synced: 2024-09-06T09:54:11.596Z (2 months ago)
- Topics: package, r, rcpp, rcpparmadillo
- Language: R
- Homepage: https://ankargren.github.io/mfbvar
- Size: 61.5 MB
- Stars: 37
- Watchers: 6
- Forks: 20
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
mfbvar
======[![Build Status](https://travis-ci.org/ankargren/mfbvar.svg?branch=master)](https://travis-ci.org/ankargren/mfbvar) [![](http://www.r-pkg.org/badges/version/mfbvar)](https://www.r-pkg.org:443/pkg/mfbvar) [![Coverage status](https://codecov.io/gh/ankargren/mfbvar/branch/master/graph/badge.svg)](https://codecov.io/github/ankargren/mfbvar?branch=master)
Overview
--------The `mfbvar` package implements Bayesian mixed-frequency VAR models.
Installation
------------The current development version of the package can be installed with the help of `devtools`:
``` r
devtools::install_github("ankargren/mfbvar")
```Usage
-----See the vignette for details and examples.