A topic in the Open Knowledge Graph — a free, open map of 15,290 topics and the order to learn them in.

Propensity Score Methods

Graduate Depth 101 in the knowledge graph I know this Set as goal
4topics build on this
593prerequisites beneath it
See this on the map →
Causal Inference from Observational DataConditional Distributions+6 moreMatching, Stratification, and Weighting: Creating Comparable GroupsSynthetic Control Methods
propensity-score matching stratification weighting

Core Idea

Introduces propensity score methods to balance treatment and control groups in observational studies by matching on probability of treatment. Covers PS estimation, matching algorithms (1:1, caliper, replacement), stratification, inverse probability weighting, and sensitivity analysis for hidden bias.

How It's Best Learned

Estimate propensity scores, create balance diagnostics before/after matching, try different matching algorithms, conduct sensitivity analysis with hidden bias parameters.

Common Misconceptions

Explainer

From your study of causal inference in observational data, you know the central problem: people select into treatments for reasons correlated with outcomes, creating confounding. In a randomized experiment, random assignment breaks this link — treated and control groups are balanced on all variables, observed and unobserved. In observational studies you cannot randomize, so the goal is to construct a comparison that mimics what randomization would have produced. Propensity score methods are one strategy for doing this by balancing observed covariates between treatment and control groups.

The propensity score is a single summary: the probability that a unit receives treatment given its observed covariates, P(T=1 | X). You already know how to estimate this — it is a logistic regression predicting treatment assignment from the set of confounding variables. The crucial theoretical result (Rosenbaum and Rubin, 1983) is that if you condition on the propensity score, treatment assignment is independent of the covariates — you don't need to match or control for each covariate separately. Instead of finding an exact match in a high-dimensional covariate space, you collapse the problem to one dimension. This dimension-reduction property is what makes propensity scores practically valuable.

There are four main ways to use the propensity score. 1:1 nearest-neighbor matching pairs each treated unit to the control unit with the closest propensity score; caliper matching restricts matches to be within a fixed distance of each other, improving balance at the cost of dropping poor matches; stratification divides the propensity score into quantiles and compares outcomes within strata; inverse probability weighting (IPW) re-weights the sample so that the distribution of covariates in the weighted comparison group mirrors the treated group. Each approach makes different tradeoffs between bias reduction, variance, and sample retention. IPW retains the full sample but can be unstable when propensity scores are very close to 0 or 1 — a problem sometimes addressed by trimming or stabilizing weights.

Balance diagnostics are essential and should drive your workflow: estimate propensity scores, check balance (via standardized mean differences and overlap plots), revise the model if balance is poor, then check balance again. The goal is not a high-accuracy propensity score model — it is adequate covariate balance. Paradoxically, adding more predictors to the propensity model doesn't always improve balance, and can sometimes hurt it. The estimand also matters: propensity matching estimates the average treatment effect on the treated (ATT) by default — what the effect of treatment was for those who actually received it — rather than the average treatment effect (ATE) for the whole population.

The deepest limitation is the conditional independence assumption (also called ignorability or no hidden confounding): treatment assignment is independent of potential outcomes given observed covariates. This assumption is untestable from the data. If there are unobserved confounders — variables that predict both treatment and outcome — propensity score matching does not eliminate the bias from those variables. Sensitivity analysis (Rosenbaum bounds) asks how strong an unobserved confounder would need to be to overturn your conclusion. A finding that is sensitive to small departures from ignorability should be treated as fragile. Propensity score methods are not a substitute for a good research design; they are a tool for squeezing the most valid inference from observational data given the design you have.

What did you take from this?

Topics in reflective domains aren't scored by quiz answers. Read, reflect, and mark when you've thought it through.

Quiz me anyway →

Prerequisite Chain

Understanding ZeroThe Number ZeroCounting to FiveCounting to 10Counting to 20Counting a Set of Objects Up to 20Cardinality: The Last Number CountedMatching Numerals to QuantitiesSubitizing Small QuantitiesAddition Within 10Number Bonds to 10Addition Within 20Doubles and Near DoublesDoubles Facts Within 10Near Doubles Facts Within 20Mental Math Strategies for AdditionMental Math: Adding and Subtracting TensAddition Within 100Repeated Addition as MultiplicationMultiplication as Equal GroupsMultiplication: ArraysBasic Multiplication Facts (0s, 1s, 2s, 5s, 10s)Multiplication 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 100Multiplication and Division Fact FamiliesRelationship Between Multiplication and DivisionDivision Facts as Inverse of MultiplicationRemainders and Quotients in DivisionDivision Word ProblemsMulti-Step Word ProblemsSolving Multi-Step Word ProblemsMultiplication Word ProblemsDivision Word ProblemsIntroduction to Long DivisionFactors and MultiplesPrime and Composite NumbersEquivalent FractionsRelating Fractions and DecimalsDecimal Place ValueIntegers and the Number LineComparing and Ordering IntegersAbsolute ValueAdding IntegersSubtracting IntegersMultiplying IntegersDividing IntegersUnit RatesProportionsPercent ConceptConverting Between Fractions, Decimals, and PercentsOperations with Rational NumbersTwo-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 IntroductionSine, Cosine, and Tangent RatiosTrigonometric 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 VariablesProbability Density FunctionsExpected ValueWeak Law of Large NumbersProbability Axioms and RulesConditional ProbabilityConditional DistributionsBivariate Normal DistributionNormal DistributionStandard Normal Distribution and Z-ScoresHypothesis Testing FundamentalsResearch Methods in SociologyAdvanced Research DesignCausal Inference from Observational DataPropensity Score Methods

Longest path: 102 steps · 593 total prerequisite topics

Prerequisites (8)

Leads To (2)