Skip to content

priism-center/thinkCausal_dev

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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()