Learn R Programming

dbarts (version 0.9-30)

Discrete Bayesian Additive Regression Trees Sampler

Description

Fits Bayesian additive regression trees (BART; Chipman, George, and McCulloch (2010) ) while allowing the updating of predictors or response so that BART can be incorporated as a conditional model in a Gibbs/Metropolis-Hastings sampler. Also serves as a drop-in replacement for package 'BayesTree'.

Copy Link

Version

Install

install.packages('dbarts')

Monthly Downloads

3,503

Version

0.9-30

License

GPL (>= 2)

Issues

Pull Requests

Stars

Forks

Last Published

December 3rd, 2024

Functions in dbarts (0.9-30)

dbartsSampler-class

Class "dbartsSampler" of Discrete Bayesian Additive Regression Trees Sampler
guessNumCores

Guess Number of Cores
dbartsData

Discrete Bayesian Additive Regression Trees Sampler Data
dbarts

Discrete Bayesian Additive Regression Trees Sampler
dbartsControl

Discrete Bayesian Additive Regression Trees Sampler Control
makeModelMatrixFromDataFrame

Make Model Matrix from Data Frame
rbart

Bayesian Additive Regression Trees with Random Effects
xbart

Crossvalidation For Bayesian Additive Regression Trees
pdbart

Partial Dependence Plots for BART
bart

Bayesian Additive Regression Trees