Univariate

and Multivariate Accelerated Spatial Modeling by Bayesian Predictive Stacking (original) (raw)

## Guided installation Since the package is not already available on CRAN (already submitted, and hopefully soon available), we use the devtools R package to install. Then, check for its presence on your device, otherwise install it:{r, echo = F, eval = F, collapse = TRUE} if (!require(devtools)) { install.packages("devtools", dependencies = TRUE) }Once you have installed devtools, we can proceed. Let’s install the spBPS package!