readme.md

Build Status Build status codecov License: GPL v3 CRAN_Status_Badge Project Status: Active – The project has reached a stable, usable state and is being actively developed. stability-stable

bvars

Overview

bvar is a collection of R routines for estimating Linear and Nonlinear Bayesian Vector Autoregressive models in R. The original R code was based on the Matlab Code by Blake and Mumtaz (2012) and Koop and Koribilis (2009) and has since then undergone several iterations, extensions and updates.

Models and functionalities include:

Installation

To install the package you need the devtools package. If you don't have the devtools package, you can install it with

install.packages("devtools")

Once you have installed the devtools package you can install the bvar package with

library('devtools')
devtools::install_github('joergrieger/bvars')


joergrieger/bvar documentation built on July 3, 2020, 5:34 p.m.