Other packages > Find by keyword >

dbarts  

Discrete Bayesian Additive Regression Trees Sampler
View on CRAN: Click here


Download and install dbarts package within the R console
Install from CRAN:
install.packages("dbarts")

Install from Github:
library("remotes")
install_github("cran/dbarts")

Install by package version:
library("remotes")
install_version("dbarts", "0.9-32")



Attach the package and use:
library("dbarts")
Maintained by
Vincent Dorie
[Scholar Profile | Author Map]
All associated links for this package
First Published: 2014-07-13
Latest Update: 2025-04-02
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'.
How to cite:
Vincent Dorie (2014). dbarts: Discrete Bayesian Additive Regression Trees Sampler. R package version 0.9-32, https://cran.r-project.org/web/packages/dbarts. Accessed 10 Mar. 2026.
Previous versions and publish date:
0.8-2 (2014-07-13 08:15), 0.8-3 (2014-07-14 10:37), 0.8-4 (2014-11-11 10:51), 0.8-5 (2014-11-13 07:57), 0.8-6 (2016-10-31 23:44), 0.8-7 (2016-11-02 19:53), 0.9-0 (2018-03-03 23:37), 0.9-1 (2018-03-05 12:46), 0.9-3 (2018-04-18 09:59), 0.9-4 (2018-07-02 16:50), 0.9-5 (2018-07-07 17:40), 0.9-7 (2018-12-18 17:40), 0.9-8 (2018-12-19 00:11), 0.9-11 (2019-04-20 23:50), 0.9-12 (2019-05-25 01:50), 0.9-13 (2019-09-24 17:40), 0.9-16 (2020-02-19 10:10), 0.9-17 (2020-03-20 16:40), 0.9-18 (2020-06-12 07:40), 0.9-19 (2021-01-05 19:10), 0.9-20 (2021-10-08 09:40), 0.9-22 (2022-03-29 09:30), 0.9-23 (2023-01-23 08:50), 0.9-25 (2023-12-07 19:40), 0.9-26 (2024-02-04 00:10), 0.9-28 (2024-05-02 05:42), 0.9-30 (2024-12-03 16:50)
Other packages that cited dbarts R package
View dbarts citation profile
Other R packages that dbarts depends, imports, suggests or enhances
Complete documentation for dbarts
Functions, R codes and Examples using the dbarts R package
Some associated functions: bart . dbarts . dbartsControl . dbartsData . dbartsSampler-class . guessNumCores . makeind . pdbart . rbart . xbart . 
Some associated R codes: A_class.R . bart.R . data.R . dbarts.R . generics.R . guessNumCores.R . hooks.R . model.R . multipleAssignment.R . partialDependence.R . plot.R . plotTree.R . rbart.R . sliceSample.R . utility.R . xbart.R .  Full dbarts package functions and examples
Downloads during the last 30 days

Today's Hot Picks in Authors and Packages

plyr  
Tools for Splitting, Applying and Combining Data
A set of tools that solves a common set of problems: you need to break a big problem down into mana ...
Download / Learn more Package Citations See dependency  
envirem  
Generation of ENVIREM Variables
Generation of bioclimatic rasters that are complementary to the typical 19 bioclim variables. ...
Download / Learn more Package Citations See dependency  
gena  
Genetic Algorithm and Particle Swarm Optimization
Implements genetic algorithm and particle swarm algorithm for real-valued functions. Various modific ...
Download / Learn more Package Citations See dependency  
nextGenShinyApps  
Craft Exceptional 'R Shiny' Applications and Dashboards with Novel Responsive Tools
Nove responsive tools for designing and developing 'Shiny' dashboards and applications. The scripts ...
Download / Learn more Package Citations See dependency  

26,293

R Packages

225,784

Dependencies

70,376

Author Associations

26,294

Publication Badges

© Copyright since 2022. All right reserved, rpkg.net.  Based in Cambridge, Massachusetts, USA