-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
21 lines (21 loc) · 1.2 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Package: ATbounds
Type: Package
Title: Bounding Treatment Effects by Limited Information Pooling
Version: 0.1.0
Authors@R: c(
person("Sokbae", "Lee", email = "[email protected]", role = c("aut", "cre")),
person("Martin", "Weidner", email = "[email protected]", role = "aut"))
Description: 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 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 the paper by Lee and Weidner (2021), "Bounding Treatment Effects by Pooling Limited Information across Observations," <arXiv:2111.05243>.
License: GPL-3
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.2
Imports: stats, mgcv
Suggests: knitr, rmarkdown, testthat, ggplot2
VignetteBuilder: knitr
Depends: R (>= 2.10)
URL: https://github.com/ATbounds/ATbounds-r/
BugReports: https://github.com/ATbounds/ATbounds-r/issues