Skip to content

vdorie/bartCause

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bartCause

Causal Inference using Bayesian Additive Regression Trees

An R package fitting a collection of treatment and response models using the Bayesian Additive Regresssion Trees (BART) algorithm and producing estimates of treatment effects.

The main way to install the package is by using CRAN's distribution. It can be installed from within R using the typical install.packages() mechanism.

Steps to install from source:

  1. Install the remotes package from within R:
install.packages("remotes")
  1. Run:
remotes::install_github("vdorie/bartCause")

About

Causal Inference using Bayesian Additive Regression Trees

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages