
An R implementation of the multivariate Bayesian regression (mvBayes) framework. Decomposes a multivariate/functional response using a user-specified orthogonal basis decomposition, and then models each basis component independently using an arbitrary user-specified (univariate) Bayesian regression model. Includes prediction and plotting methods. (Francom et al., 2025 DOI:10.1137/24M164409)
v0.1.0 is on CRAN and can be installed as
install.packages("mvBayes")`For a more up to date, but may not be stable version from git repository.
library(devtools)
install_github("sandialabs/mvBayesR")Author: Gavin Q. Collins and J. Derek Tucker Sandia National Laboratories