Package: bsynth Title: Bayesian Synthetic Control Version: 1.0 Authors@R: c(person(given = "Ignacio", family = "Martinez", role = c("aut", "cre"), email = "ignacio@martinez.fyi", comment = c(ORCID = "0000-0002-3721-8172")), person(given = "Jaume", role = "aut", email = "vives@mit.edu")) Description: Implements the Bayesian Synthetic Control method for causal inference in comparative case studies. This package provides tools for estimating treatment effects in settings with a single treated unit and multiple control units, allowing for uncertainty quantification and flexible modeling of time-varying effects. The methodology is based on the paper by Vives and Martinez (2022) . License: Apache License 2.0 URL: https://github.com/google/bsynth, https://arxiv.org/abs/2206.01779 BugReports: https://github.com/google/bsynth/issues Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.1 Biarch: true Depends: R (>= 3.4.0) Imports: R6, Rcpp (>= 0.12.0), RcppParallel (>= 5.0.1), cubelyr, dplyr, ggplot2, ggridges, glue, magrittr, methods, purrr, rstan (>= 2.18.1), rstantools (>= 2.1.1), scales, tibble, tidyr, vizdraws (>= 1.1), stats, rlang LinkingTo: BH (>= 1.66.0), Rcpp (>= 0.12.0), RcppEigen (>= 0.3.3.3.0), RcppParallel (>= 5.0.1), rstan (>= 2.18.1), StanHeaders (>= 2.18.0) SystemRequirements: GNU make Suggests: knitr, rmarkdown, roxygen2, gsynth, testthat (>= 3.0.0) VignetteBuilder: knitr Config/testthat/edition: 3 Config/pak/sysreqs: cmake make libicu-dev libuv1-dev Repository: https://google.r-universe.dev Date/Publication: 2025-03-16 15:41:52 UTC RemoteUrl: https://github.com/google/bsynth RemoteRef: HEAD RemoteSha: 18524d96a96a625e5d74c0fbb0d9ac02addad2d0 NeedsCompilation: yes Packaged: 2026-06-11 11:25:42 UTC; root Author: Ignacio Martinez [aut, cre] (ORCID: ), Jaume [aut] Maintainer: Ignacio Martinez