The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.
The bvarnet package allows user to estimate Bayesian
multilevel Vector Auto Regressive (VAR) models for binary, ordinal and
continuous outcome variables. Missing data is handled through listwise
deletion and a skip-lag mechanism, which skips the estimation of the
temporal structure when there is a gap between two timepoints. Further,
we provide functionality to conduct hypothesis test.
You can install the development version of bvarnet from
GitHub with:
if(!requireNamespace("remotes")) {
install.packages("remotes")
}
remotes::install_github("flo1met/bvarnet")The best place to start learning how to use this package to estimate Bayesian (multilevel) Vector Autoregression is the Getting Started Vignette. This vignette covers the basic model syntax, how to specify priors and how to extract the relevant parameters.
bvarnet is actively being developed. While the core
functionality is stable, we have several features planned for future
releases. For bug reports or feature request, please visit our Issue Tracker.
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.