Other packages > Find by keyword >

rbart  

Bayesian Trees for Conditional Mean and Variance
View on CRAN: Click here


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

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

Install by package version:
library("remotes")
install_version("rbart", "1.0")



Attach the package and use:
library("rbart")
Maintained by
Robert McCulloch
[Scholar Profile | Author Map]
All associated links for this package
First Published: 2019-08-01
Latest Update: 2019-08-01
Description:
A model of the form Y = f(x) + s(x) Z is fit where functions f and s are modeled with ensembles of trees and Z is standard normal. This model is developed in the paper 'Heteroscedastic BART Via Multiplicative Regression Trees' (Pratola, Chipman, George, and McCulloch, 2019, ). BART refers to Bayesian Additive Regression Trees. See the R-package 'BART'. The predictor vector x may be high dimensional. A Markov Chain Monte Carlo (MCMC) algorithm provides Bayesian posterior uncertainty for both f and s. The MCMC uses the recent innovations in Efficient Metropolis--Hastings proposal mechanisms for Bayesian regression tree models (Pratola, 2015, Bayesian Analysis, ).
How to cite:
Robert McCulloch (2019). rbart: Bayesian Trees for Conditional Mean and Variance. R package version 1.0, https://cran.r-project.org/web/packages/rbart. Accessed 16 Mar. 2025.
Previous versions and publish date:
1.0 (2019-08-01 11:20)
Other packages that cited rbart R package
View rbart citation profile
Other R packages that rbart depends, imports, suggests or enhances
Functions, R codes and Examples using the rbart R package
Some associated functions: hbartqqplot . plotFunctionDraws . predict.rbart . rbart . rbartModelMatrix . rbartonsimd . simdat . ucarprice . 
Some associated R codes: dotree.R . hbartqqplot.R . mbrt.R . plotFunctionDraws.R . predict.rbart.R . rbart.R . rbartModelMatrix.R .  Full rbart package functions and examples
Downloads during the last 30 days
02/1402/1502/1602/1702/1802/2002/2102/2202/2302/2402/2502/2703/0203/0303/0503/0603/0703/1103/1303/15Downloads for rbart11.522.533.544.55TrendBars

Today's Hot Picks in Authors and Packages

quickcode  
Quick and Essential 'R' Tricks for Better Scripts
The NOT functions, 'R' tricks and a compilation of some simple quick plus often used 'R' codes to im ...
Download / Learn more Package Citations See dependency  
latentFactoR  
Data Simulation Based on Latent Factors
Generates data based on latent factor models. Data can be continuous, polytomous, dichotomous, or mi ...
Download / Learn more Package Citations See dependency  
inventorize  
Inventory Analytics, Pricing and Markdowns
Simulate inventory policies with and without forecasting, facilitate inventory analysis calculations ...
Download / Learn more Package Citations See dependency  
RCALI  
Calculation of the Integrated Flow of Particles Between Polygons
Calculate the flow of particles between polygons by two integration methods: integration by a cubat ...
Download / Learn more Package Citations See dependency  
UnitStat  
Performs Unit Root Test Statistics
A test to understand the stability of the underlying stochastic data. Helps the user’s understand ...
Download / Learn more Package Citations See dependency  
ggtrace  
Trace and Highlight Groups of Data Points
Provides 'ggplot2' geoms that allow groups of data points to be outlined or highlighted for emphasi ...
Download / Learn more Package Citations See dependency  

23,842

R Packages

207,311

Dependencies

64,420

Author Associations

23,781

Publication Badges

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