Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 1.7 KB

README.md

File metadata and controls

32 lines (22 loc) · 1.7 KB

thinkCausal

GitHub license lifecycle testthat last commit

thinkCausal is federally funded project devoted to building scaffolded causal inference software implementing Bayesian Additive Regression Trees. You can find a live, beta version here.

See also the R packages bartCause and plotBart for much of the underlying causal inference functionality.

thinkCausal is managed by NYU PRIISM and is open to contributions. If you'd like to contribute to this project, please see the contribution guidelines.



Local installation

You can run the latest development version locally by executing the below R code:

#install.packages('remotes')
remotes::install_github('priism-center/thinkCausal_dev', subdir = 'thinkCausal')
thinkCausal::run_app()