Treatment Effect Heterogeneity and Conditional Average Treatment Effects

Graduate Depth 84 in the knowledge graph I know this Set as goal
treatment-heterogeneity cate subgroup-analysis

Core Idea

Treatment effects vary across individuals. Conditional average treatment effects (CATE) measure effects for specific subgroups or covariate values. Methods include subgroup analysis, interaction terms, machine learning trees, and causal forests.

Explainer

From your study of causal inference, you know that the Average Treatment Effect (ATE) summarizes the causal impact of a treatment as a single number — as if the effect were uniform across all individuals. From propensity score methods, you know how to construct reweighted or matched estimators that balance covariates between treatment and control groups to recover this average. Both frameworks assume, for simplicity, that the average adequately captures what matters. Treatment effect heterogeneity relaxes this assumption and asks: does the treatment work differently for different kinds of people?

This question matters both practically and methodologically. Practically, if a medication has a large average effect but only works for patients with a specific genetic variant, knowing the average is not enough — you want to target the drug. A job training program might substantially boost earnings for displaced manufacturing workers but have little effect on recent graduates who had other options; understanding who benefits guides program design and resource allocation. Methodologically, your IV background already introduced you to one form of heterogeneity: the LATE is the effect for compliers, which may differ from the effect for always-takers or never-takers. When you use an instrument to estimate a treatment effect, you are recovering a specific weighted average over individuals, not a universal constant.

The Conditional Average Treatment Effect (CATE) formalizes heterogeneity: τ(x) = E[Y(1) − Y(0) | X = x] is the expected treatment effect for individuals with covariate vector x. The ATE is the average of τ(x) across the population. Estimating CATE requires not just recovering the average, but learning a *function* that describes how effects vary with covariates. Simple approaches include subgroup analysis (compute effects separately for pre-defined groups like men vs. women, or young vs. old) and interaction terms in regression (include a treatment × covariate interaction and test whether its coefficient is nonzero). These work well when you have strong prior beliefs about which subgroups matter and only a few of them.

When heterogeneity may arise along many dimensions simultaneously, machine learning methods become valuable. Causal forests — an extension of random forests designed for causal estimation — partition the covariate space into subgroups where the treatment effect is approximately homogeneous, then estimate effects within each subgroup. They automatically discover which covariates drive heterogeneity without requiring pre-specification. The central challenge in all CATE estimation is overfitting: with many covariates, it is easy to find spurious subgroup patterns in sample that do not replicate out of sample. Honest splitting (using separate subsamples to build the tree structure and estimate effects within it) and cross-validation help mitigate this, but the fundamental principle remains — any exploratory subgroup finding should be replicated in held-out data or a new study before being treated as established.

Practice Questions 5 questions

Prerequisite Chain

Counting to 10Counting to 20Understanding ZeroThe Number ZeroCounting to FiveOne-to-One CorrespondenceCombining Small Groups Within 5Addition Within 10Addition Within 20Two-Digit Addition Without RegroupingTwo-Digit Addition with RegroupingAddition Within 100Repeated Addition as MultiplicationMultiplication Facts Within 100Division as Equal SharingDivision as Grouping (Measurement Division)Division: Grouping (Repeated Subtraction) ModelDivision: Fair Sharing ModelDivision as Equal SharingDivision as GroupingBasic Division FactsDivision Facts Within 100Two-Digit by One-Digit DivisionDivision with RemaindersRemainders and Quotients in DivisionDivision Word ProblemsIntroduction to Long DivisionFactors and MultiplesPrime and Composite NumbersEquivalent FractionsRelating Fractions and DecimalsDecimal Place ValueReading and Writing DecimalsComparing and Ordering DecimalsAdding and Subtracting DecimalsMultiplying DecimalsDividing DecimalsDividing FractionsMixed Number ArithmeticOrder of OperationsInteger Order of OperationsVariable ExpressionsCombining Like TermsOne-Step EquationsTwo-Step EquationsSolving Multi-Step EquationsEquations with Variables on Both SidesAngle Pairs: Complementary, Supplementary, and VerticalParallel Lines and TransversalsCorresponding AnglesAlternate Interior AnglesTriangle Angle Sum TheoremExterior Angle TheoremTriangle Inequality TheoremSimilar Triangles: AA SimilaritySimilar Triangles: SSS and SAS SimilarityProportions in Similar TrianglesRight Triangle Trigonometry IntroductionTrigonometric Ratios ReviewRadian MeasureConverting Between Degrees and RadiansThe Unit CircleGraphing Sine and CosineGraphing Tangent and Reciprocal Trigonometric FunctionsDerivatives of Trigonometric FunctionsAntiderivativesIndefinite IntegralsBasic Integration RulesRiemann SumsDefinite Integral DefinitionProbability Density Functions and Continuous DistributionsCumulative Distribution FunctionsContinuous Random VariablesNormal DistributionCentral Limit TheoremConfidence Intervals for MeansZ-Tests and T-Tests for MeansOne-Sample Z-Test for MeansOne-Sample and Two-Sample T-TestsOne-Way ANOVAF-Test and Joint SignificanceR-Squared and Model FitOmitted Variable BiasCausal Inference and the Identification ProblemTreatment Effect Heterogeneity and Conditional Average Treatment Effects

Longest path: 85 steps · 484 total prerequisite topics

Prerequisites (2)

Leads To (0)

No topics depend on this one yet.