Package: bartcs Title: Bayesian Additive Regression Trees for Confounder Selection Version: 1.3.0 Authors@R: person("Yeonghoon", "Yoo", , "yooyh.stat@gmail.com", role = c("aut", "cre")) Description: Fit Bayesian Regression Additive Trees (BART) models to select true confounders from a large set of potential confounders and to estimate average treatment effect. For more information, see Kim et al. (2023) . License: GPL (>= 3) URL: https://github.com/yooyh/bartcs BugReports: https://github.com/yooyh/bartcs/issues Depends: R (>= 3.4.0) Imports: coda (>= 0.4.0), ggcharts, ggplot2, invgamma, MCMCpack, Rcpp, rlang, rootSolve, stats Suggests: knitr, microbenchmark, rmarkdown LinkingTo: Rcpp VignetteBuilder: knitr Encoding: UTF-8 LazyData: true Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.2 Repository: https://yooyh.r-universe.dev Date/Publication: 2026-03-01 15:29:14 UTC RemoteUrl: https://github.com/yooyh/bartcs RemoteRef: HEAD RemoteSha: 8d817cb7993154743aa6a75a95a0ac6130730dc9 NeedsCompilation: yes Packaged: 2026-07-10 06:30:06 UTC; root Author: Yeonghoon Yoo [aut, cre] Maintainer: Yeonghoon Yoo