Fits Bayesian additive regression trees (BART; Chipman, George, and McCulloch (2010)
Discrete Bayesian Additive Regression Trees Sampler
A package for R, with C/C++.
Pre-built binaries of the package are available on http://cran.r-project.org/web/packages/dbarts/index.html. 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:
Linux/Unix should already have this installed
OS X:
Windows: Rtools (http://cran.r-project.org/bin/windows/Rtools/)
Install the devtools package from within R:
install.packages("devtools")
install_github("vdorie/dbarts")