Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vdorie/bartCause
Causal Inference using Bayesian Additive Regression Trees
https://github.com/vdorie/bartCause
Last synced: 3 months ago
JSON representation
Causal Inference using Bayesian Additive Regression Trees
- Host: GitHub
- URL: https://github.com/vdorie/bartCause
- Owner: vdorie
- Created: 2018-01-11T18:08:42.000Z (about 7 years ago)
- Default Branch: main
- Last Pushed: 2024-09-16T19:03:48.000Z (5 months ago)
- Last Synced: 2024-09-17T00:06:44.553Z (5 months ago)
- Language: R
- Size: 222 KB
- Stars: 73
- Watchers: 10
- Forks: 10
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
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")
```