Package: bate Title: Computes Bias-Adjusted Treatment Effect Version: 0.1.0 Authors@R: c( person("Deepankar", "Basu", , "dbasu@umass.edu", role = c("aut", "cre")), person("Evan", "Wasner", , "ewasner@umass.edu", role = c("aut"))) Description: Compute bounds for the treatment effect after adjusting for the presence of omitted variables in linear econometric models, according to the method of Basu (2022) . You supply the data, identify the outcome and treatment variables and additional regressors. The main functions will compute bounds for the bias-adjusted treatment effect. Many plot functions allow easy visualization of results. License: MIT + file LICENSE Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.2.3 LazyData: true Imports: ggplot2, concaveman, dplyr, stats, magrittr, tidyselect, purrr, latex2exp, sensemakr Suggests: rmarkdown, knitr, vtable VignetteBuilder: knitr URL: https://github.com/dbasu-umass/bate/, https://rpubs.com/dbasu/bate/ Config/pak/sysreqs: libabsl-dev cmake libgdal-dev gdal-bin libgeos-dev libssl-dev libproj-dev libsqlite3-dev libudunits2-dev libnode-dev Repository: https://dbasu-umass.r-universe.dev Date/Publication: 2023-07-02 23:32:50 UTC RemoteUrl: https://github.com/dbasu-umass/bate RemoteRef: HEAD RemoteSha: 46798901e6e9f26578f9366c7c03b1434e4745fa NeedsCompilation: no Packaged: 2026-06-07 09:12:31 UTC; root Author: Deepankar Basu [aut, cre], Evan Wasner [aut] Maintainer: Deepankar Basu