This repo includes an R package for fitting Bayesian Cector Autoregressive (VAR) models with optional shrinkage priors on coefficient estimates
Documentation for the package is here: https://atsa-es.github.io/varlasso/
This work extends the MARSS package (which provides similar models in a maximum likelihood setting). MARSS: https://cran.r-project.org/web/packages/MARSS/index.html
And more material can be found on our Applied Time Series website, https://atsa-es.github.io/
To install the package, use
# install.packages("remotes")
remotes::install_github("atsa-es/varlasso")