SkillAgentSearch skills...

BartCause

Causal Inference using Bayesian Additive Regression Trees

Install / Use

/learn @vdorie/BartCause
About this skill

Quality Score

0/100

Supported Platforms

Universal

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'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")

Related Skills

View on GitHub
GitHub Stars87
CategoryDevelopment
Updated1mo ago
Forks10

Languages

R

Security Score

80/100

Audited on Feb 28, 2026

No findings