Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/vdorie/bartCause

Causal Inference using Bayesian Additive Regression Trees
https://github.com/vdorie/bartCause

Last synced: about 2 months ago
JSON representation

Causal Inference using Bayesian Additive Regression Trees

Awesome Lists containing this project

README

        

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](https://cran.r-project.org/package=bartCause)'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:

```R
install.packages("remotes")
```

2. Run:

```R
remotes::install_github("vdorie/bartCause")
```