Skip to content
/ bartcs Public

❗ This is a read-only mirror of the CRAN R package repository. bartcs — Bayesian Additive Regression Trees for Confounder Selection. Homepage: https://github.com/yooyh/bartcs Report bugs for this package: https://github.com/yooyh/bartcs/issues

Notifications You must be signed in to change notification settings

cran/bartcs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bartcs

CRAN status R-CMD-check

Fit Bayesian Additive Regression Trees (BART) models to select confounders and estimate treatment effect.

Installation

You can install from CRAN with:

install.packages("bartcs")

Or you can install the development version from GitHub with:

remotes::install_github("yooyh/bartcs")

For Mac Users Only

bartcs supports multi-threading by OpenMP. If you

  • Have OpenMP installed
  • And want to use OpenMP multi-threading

then install package from source with:

# build from source
install.packages("bartcs", type = "source")

# count OpemMP thread
bartcs::count_omp_thread() # this should be greater than 1

About

❗ This is a read-only mirror of the CRAN R package repository. bartcs — Bayesian Additive Regression Trees for Confounder Selection. Homepage: https://github.com/yooyh/bartcs Report bugs for this package: https://github.com/yooyh/bartcs/issues

Resources

Stars

Watchers

Forks

Packages

No packages published