r badger::badge_devel("lanl/BASS", "purple")
r badger::badge_cran_release("BASS", "orange")
knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "README-" ) library(BASS)
BASS is an R package for fitting Bayesian Adaptive Spline Surface models available on CRAN with a development version available on GitHub. BASS models most closely resemble Bayesian multivariate adaptive regression splines (Bayesian MARS).
To install the development version, use
# install.packages("devtools") devtools::install_github("lanl/BASS")
Examples of uses are in @francom2018sensitivity and @francom2019inferring and explicit code examples are given in the R package vignette.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.