Skip to content

Commit 6ecb992

Browse files
committed
improve phrasing
Signed-off-by: Nathaniel <NathanielF@users.noreply.github.com>
1 parent 14dd2b3 commit 6ecb992

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/quasi_dags.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@
277277
"source": [
278278
"## Propensity Score Weighting\n",
279279
"\n",
280-
"In this exposition we follow the presentation of {cite:t}`steiner2017graphical`. The idea they discuss is that we should conceive of the propensity score adjustment techniques as a primarily an offset aimed at balancing the existing degree of confounding. The focus is on recovering the condition of __strong ignorability__ such that $Y(1), Y(0) \\perp\\!\\!\\!\\!\\perp Z | X$. This constraint is phrased in terms of potential outcomes $Y(0), Y(1)$, which we won't define here, but basically we're saying the outcomes are independent of the treatment when we condition on the covariates to determine selection effects. Achieving this status removes the backdoor path between the measured covariates $X$ and the treatment $Z$ thereby giving us license to causal conclusions. They emphasise this point in that the PS (propensity score) is a collider variable we can use to disentangle the confounding influence of the covariates $X$ influencing selection into the treatment. \n",
280+
"In this exposition we follow the presentation of {cite:t}`steiner2017graphical`. The idea they discuss is that we should conceive of the propensity score adjustment techniques as a primarily an offset aimed at balancing the existing degree of confounding. The focus is on recovering the condition of __strong ignorability__ such that $Y(1), Y(0) \\perp\\!\\!\\!\\!\\perp Z | X$. This constraint is phrased in terms of potential outcomes $Y(0), Y(1)$, which we won't define here, but basically we're saying the outcomes are independent of the treatment when we condition on the covariates $X$ which determine selection effects. Achieving this status removes the backdoor path between the measured covariates $X$ and the treatment $Z$ thereby giving us license to causal conclusions. They emphasise this point in that the PS (propensity score) is a collider variable we can use to disentangle the confounding influence of the covariates $X$ influencing selection into the treatment. \n",
281281
"\n",
282282
"> \"This general result is obtained because the PS _itself_ is a collider variable and, thus, conditioning on the PS offsets the confounding relation $X \\rightarrow Z$ regardless of the choice of a specific PS design— matching, stratification, or weighting\" -pg 176 \"Graphical Models\n",
283283
"for Quasi-experimental Designs\"\n",

0 commit comments

Comments
 (0)