Course outline

Potential Outcomes and the Counterfactual

By the end of this lesson, you should be able to: write a causal claim as a comparison of potential outcomes, say why exactly half the necessary data is always missing, tell ATE, ATT and ATU apart and know which one your decision needs, and say precisely what randomisation does.

"The assistant makes teams 6% faster"

Take that sentence seriously for a moment, because it's less obvious than it sounds.

Six percent faster than what? Than they are now? Than they were last quarter? Than other teams? Each of those is a different claim, and only one of them is causal.

The causal version is: faster than the same team, in the same week, if it had not had the assistant. That team doesn't exist. It's the same team in a world that didn't happen.

Everything in this track is machinery for estimating something about a world that didn't happen.

Writing it down

For every team ii there are two numbers:

Yi(1)=output if the team has the assistantY_i(1) = \text{output if the team has the assistant} Yi(0)=output if it does notY_i(0) = \text{output if it does not}

Both are properties of the team. Both exist as facts before anyone decides anything. The individual treatment effect is the difference:

τi=Yi(1)Yi(0)\tau_i = Y_i(1) - Y_i(0)

Here's the whole difficulty. You observe:

Yiobs=DiYi(1)+(1Di)Yi(0)Y_i^{\text{obs}} = D_i \, Y_i(1) + (1 - D_i)\, Y_i(0)

where DiD_i is 1 if the team adopted. Whichever one happened is the one you see, and the other is gone.

On Alder's data, where we planted the effect and so can print both columns:

TeamAdoptedY(0)Y(1)EffectWhat you actually observe
2yes4.614.890.28Y(1). Y(0) is missing
3yes18.3819.481.10Y(1). Y(0) is missing
4yes31.9533.871.92Y(1). Y(0) is missing
1no11.7512.460.71Y(0). Y(1) is missing
6no10.5311.160.63Y(0). Y(1) is missing
8no4.084.330.25Y(0). Y(1) is missing

Exactly half of that table is unobservable, for every team, always. This is sometimes called the fundamental problem of causal inference, and the word "fundamental" is doing real work: it isn't a sampling problem, a measurement problem or a budget problem. More data adds rows. Every new row arrives with one of its two cells already missing.

Three panels. On the left, 180 teams plotted with their observed outcome in indigo and their missing counterfactual in faded rose, one of each per team. In the middle, three bars for ATE, ATT and ATU at 0.88, 1.18 and 0.69 PRs per week. On the right, two overlapping histograms of untreated output, with adopters shifted well to the right of non-adopters.
Left, the half of the data that does not exist. Middle, three answers to one question. Right, why they differ.

So an individual effect is never knowable. Averages, it turns out, sometimes are.