Lecture 18 - Heterogeneous Effects
Centola (2010): Online Behaviour Spread
Paluck et al. (2021): Conflict Climate Change
\[Var(\tau) = Var(Y_i(1) - Y_i(0))\] \[Var(\tau) = Var(Y_i(1)) + Var(Y_i(0)) - 2Cov(Y_i(1), Y_i(0))\]
➡️ Need approaches that examine variation across specific subgroups or conditions
Do U.S. state legislators respond differently to constituent emails based on perceived ethnicity and writing quality?
2x2 Factorial Design:
Outcome: Percentage of emails receiving a reply
Results (Subset, N=100 per cell):
| Colin Smith (Non-Hispanic) | José Ramirez (Hispanic) | Difference (José - Colin) | |
|---|---|---|---|
| Good Grammar | 52% | 37% | -15% |
| Bad Grammar | 29% | 34% | +5% |
| Difference (Bad-Good) | -23% | -3% |
The 2 comes from the algebraic expansion of a squared difference. More formally:
Let \(X = Y_i(1)\) and \(Y = Y_i(0)\). We want \(Var(X - Y)\).
\(Var(Z) = E[ (Z - E[Z])^2 ]\)
So, \(Var(X - Y) = E[ ( (X - Y) - E[X - Y] )^2 ]\)
\(Var(X - Y) = E[ ( (X - E[X]) - (Y - E[Y]) )^2 ]\)
Let \(a = (X - E[X])\) and \(b = (Y - E[Y])\).
\(Var(X - Y) = E[ (X-E[X])^2 \mathbf{- 2}(X-E[X])(Y-E[Y]) + (Y-E[Y])^2 ]\)
\(Var(X-Y) = E[(X-E[X])^2] \mathbf{- 2}E[(X-E[X])(Y-E[Y])] + E[(Y-E[Y])^2]\)
\(E[(X-E[X])^2] = Var(X)\)
\(E[(Y-E[Y])^2] = Var(Y)\)
\(E[(X-E[X])(Y-E[Y])] = Cov(X, Y)\)
\(Var(X - Y) = Var(X) - 2Cov(X, Y) + Var(Y)\)
\(Var(\tau) = Var(Y_i(1)) + Var(Y_i(0)) - 2Cov(Y_i(1), Y_i(0))\)