Changes in version 1.3.0 (2025-04-08) - Add synthetic_data() to create synthetic data for simulation. - Add posterior samples of individual potential outcomes. - Change ATE to SATE. Changes in version 1.2.2 (2024-05-01) - Remove vignettes/article.pdf. Changes in version 1.2.1 (2024-01-24) - Add inst/CITATION. - Updated vignettes/article.pdf. Changes in version 1.2.0 (2023-05-27) - Output mcmc_outcome and mcmc_param are merged into mcmc_list. Changes in version 1.1.0 (2023-05-01) - Change output format to mcmc.list from coda package. Changes in version 1.0.0 (2023-03-09) Changes - Changed function names. - mbart() -> single_bart() - sbart() -> separate_bart() - Removed bootstrapping in prediction. - trace_plot() can take both dir_alpha and alpha as input. - Set default num_thin to 1. - Fixed post-processing of var_prob. - Fixed scaling of Y. Improvements - Improved tree computation by referencing BART package. - Fix computation process in MCMC algorithm to reflect the changes in the original paper. Changes in version 0.1.2 (2022-08-06) - All OpenMP pragmas now have #ifdef _OPENMP conditions as recommended. Changes in version 0.1.1 (2022-07-19) - Deleted commented examples and changed them to executable examples. Changes in version 0.1.0 - Add package docs