Learn R Programming

ATbounds

ATbounds is an R package that provides estimation and inference methods for bounding average treatment effects (on the treated) that are valid under an unconfoundedness assumption. The bounds are designed to be robust in challenging situations, for example, when the the conditioning variables take on a large number of different values in the observed sample, or when the overlap condition is violated. This robustness is achieved by only using limited “pooling” of information across observations.

For more details, see Lee and Weidner (2021), “Bounding Treatment Effects by Pooling Limited Information across Observations,” available at arXiv:2111.05243 [econ.EM].

Installation

You can install the development version from GitHub with:

# install.packages("devtools") if devtools is not installed
devtools::install_github("https://github.com/ATbounds/ATbounds-r")

Examples

See the vignette for case studies using real datasets.

Copy Link

Version

Install

install.packages('ATbounds')

Monthly Downloads

392

Version

0.1.0

License

GPL-3

Issues

Pull Requests

Stars

Forks

Maintainer

Sokbae Lee

Last Published

November 24th, 2021

Functions in ATbounds (0.1.0)

attbounds

Bounding the average treatment effect on the treated (ATT)
atebounds

Bounding the average treatment effect (ATE)
summary.ATbounds

Summary method for ATbounds objects
EFM

EFM
simulation_dgp

Simulating observations from the data-generating process considered in Lee and Weidner (2021)
RHC

RHC