Skip to content

Commit 14dd2b3

Browse files
committed
address Ben's notes
Signed-off-by: Nathaniel <NathanielF@users.noreply.github.com>
1 parent fc22729 commit 14dd2b3

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

docs/source/quasi_dags.ipynb

Lines changed: 6 additions & 2 deletions
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$. 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 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 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",
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",
@@ -288,7 +288,11 @@
288288
{
289289
"cell_type": "code",
290290
"execution_count": 36,
291-
"metadata": {},
291+
"metadata": {
292+
"tags": [
293+
"remove-input"
294+
]
295+
},
292296
"outputs": [
293297
{
294298
"data": {

0 commit comments

Comments
 (0)