BART (Bayesian Additive Regression Trees)
is available as the R-package "BayesTree".
After the
usual R install do
>
library(BayesTree)
> help(bart)
Right now the
package is just BART, but we gave it a general name
since we may add more Bayesian Tree methodology to it later
(eg. the stuff at the link "Bayesian CART" below).
Here is the
BART paper: Bayesian Additive Regression Trees
Variable
Selection
Bayesian
CART