Skip to content

Files

Latest commit

9428db5 · Feb 11, 2025

History

History
17 lines (11 loc) · 384 Bytes

R_README.md

File metadata and controls

17 lines (11 loc) · 384 Bytes

stochtree R package

Software for building stochastic tree ensembles (i.e. BART, XBART) for supervised learning and causal inference.

Getting started

stochtree can be installed from CRAN via

install.packages("stochtree")

The development version of stochtree can be installed from github via

remotes::install_github("StochasticTree/stochtree", ref="r-dev")