Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions Bayesian.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ review packages that link R to other Bayesian sampling engines such as
#### Bayesian tree models
- `r pkg("dbarts")` fits Bayesian additive regression trees (Chipman, George, and McCulloch 2010).
- `r pkg("bartCause")` contains a variety of methods to generate typical causal inference estimates using Bayesian Additive Regression Trees (BART) as the underlying regression model (Hill 2012).
- `r pkg("stochtree")` implements Bayesian Additive Regression Trees (Chipman, George, and McCulloch 2010) and Bayesian Causal Forests (Hahn, Murray, and Carvalho 2020), and also provides a "low-level" R interface to allow design of custom Bayesian regression tree models.
- `r pkg("bartcs")` fits Bayesian Regression Additive Trees (BART) models to select true confounders from a large set of potential confounders and to estimate average treatment effect (Kim et al. 2023).

#### Causal inference
Expand Down