Skip to content

Commit 315f681

Browse files
authored
Mention doubly robust ATE in mgrf docstring (#1469)
1 parent 63ec8e0 commit 315f681

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

r-package/grf/R/multi_arm_causal_forest.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@
132132
#' abline(0, -1.5, col = "red")
133133
#' legend("topleft", c("B - A", "C - A"), col = c("black", "blue"), pch = 19)
134134
#'
135-
#' # The average treatment effect of the arms with "A" as baseline.
135+
#' # A doubly robust estimate (AIPW) of the average treatment effect of the arms.
136136
#' average_treatment_effect(mc.forest)
137137
#'
138138
#' # The conditional response surfaces mu_k(X) for a single outcome can be reconstructed from

r-package/grf/man/multi_arm_causal_forest.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)