Skip to content

Commit 5a2fbcd

Browse files
authored
Fix a minor ATE docstring typo (#1443)
1 parent e06f203 commit 5a2fbcd

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

r-package/grf/R/average_treatment_effect.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@
2929
#' assumption, tau(x) is simply the CATE at x. When W is binary
3030
#' and there are no "defiers", Imbens and Angrist (1994) show that tau(x) can
3131
#' be interpreted as an average treatment effect on compliers. This function
32-
#' provides and estimate of tau = E[tau(X)]. See Chernozhukov
33-
#' et al. (2016) for a discussion, and Section 5.2 of Athey and Wager (2021)
32+
#' provides an estimate of tau = E[tau(X)]. See Chernozhukov
33+
#' et al. (2022) for a discussion, and Section 5.2 of Athey and Wager (2021)
3434
#' for an example using forests.
3535
#'
3636
#' If clusters are specified, then each unit gets equal weight by default. For

r-package/grf/man/average_treatment_effect.Rd

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)