Discrete Bayesian Additive Regression Trees Sampler
A package for R, with C/C++.
Pre-built binaries of the package are built by CRAN. These can be installed from within R using the typical install.packages()
mechanism.
Steps to install from source:
Install development tools for your operating system:
Install the remotes
package from within R:
install.packages("remotes")
remotes::install_github("vdorie/dbarts")