Skip to content

bdemeshev/bvarrKK

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bvarrKK

Travis-CI Build Status

The package bvarrKK may be useful for estimating bayesian VAR models.

It contains a translation to R of the matlab code by Gary Koops and Dimitris Korobilis with minor improvements.

You may install the package usinge the commands:

install.packages("devtools")
devtools::install_github("bdemeshev/bvarrKK")

Replication of KK code:

library("bvarr")
data(Yraw)
model <- bvar(Yraw,prior = "independent")
bvar.imp.plot(model)
bvar.summary(model)

This code is not developed anymore. You are free to start...

You may also wish look at BMR, MSBVAR, bvarsv packages.

About

Translation Of Koop And Korobilis BVAR Matlab Code Into R

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages