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 and Estimation

Graduate Depth 111 in the knowledge graph I know this Set as goal
7topics build on this
653prerequisites beneath it
See this on the map →
Logit and Probit Models for Binary OutcomesCausal Inference from Observational DataMatching Estimators: Nearest Neighbor and Kernel MethodsMatching, Stratification, and Weighting: Creating Comparable Groups+1 more
propensity-score treatment-effects observational

Core Idea

The propensity score is the probability of treatment given covariates. Propensity score methods balance treated and control groups on observed characteristics through matching, stratification, weighting, or regression adjustment.

Explainer

From matching methods, you know the fundamental problem of causal inference: treated and control units may differ systematically in ways that affect both who receives treatment and what outcomes they'd achieve. Direct matching on observed covariates works when you have a small number of variables, but it breaks down fast. If units differ on five or ten variables, finding a "close match" in that high-dimensional space becomes nearly impossible — the curse of dimensionality. Propensity score methods solve this by collapsing all those covariates into a single number.

The propensity score p(X) = P(D=1 | X) is the conditional probability that a unit receives treatment given its observed characteristics. The key theoretical result (Rosenbaum and Rubin, 1983) is the balancing property: conditional on the propensity score, treated and control units have the same distribution of observed covariates. In other words, if two units have the same propensity score, they are comparable — even if they differ on individual covariates. This reduces a high-dimensional matching problem to a one-dimensional one.

In practice, you estimate the propensity score using logit or probit — your prerequisite from binary choice models. You regress treatment status D on all observed covariates X, and the fitted probabilities are your estimated propensity scores. Once you have scores, you can apply them in four ways: propensity score matching pairs each treated unit to the control unit with the closest score; stratification (subclassification) divides the score distribution into bins and compares averages within each bin; inverse probability of treatment weighting (IPTW) reweights the sample so treated and control groups look like they came from the same population; regression adjustment includes the score as a control variable in an outcome regression.

The critical assumption underlying all propensity score methods is unconfoundedness (also called conditional independence or selection on observables): conditional on observed covariates, treatment assignment is independent of potential outcomes. This assumption is untestable — if there are unobserved variables that affect both treatment and outcomes, propensity scores cannot remove that bias, no matter how carefully estimated. This is why checking covariate balance *after* applying the method is essential: good balance means treated and control groups look similar on observed characteristics. It doesn't guarantee good balance on unobserved ones, but poor observed balance is a definitive sign the method has failed. Sensitivity analysis tools (like Rosenbaum bounds) help assess how robust conclusions are to potential hidden confounders.

Practice Questions 5 questions

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 ProbabilityIndependence of EventsSampling DistributionsStandard Error of EstimatorsHypothesis Testing: Framework and LogicP-values and Statistical SignificanceEffect Size and Practical SignificanceHypothesis Testing: Framework and LogicZ-Tests and T-Tests for MeansOne-Sample Z-Test for MeansOne-Sample and Two-Sample T-TestsInference in Linear RegressionPrediction Intervals in RegressionLinear Regression BasicsResiduals and Goodness of Fit (R²)Simple (Bivariate) OLS RegressionClassical OLS Assumptions (Gauss-Markov)Maximum Likelihood EstimationLogit and Probit Models for Binary OutcomesPropensity Score Methods and Estimation

Longest path: 112 steps · 653 total prerequisite topics

Prerequisites (2)

Leads To (3)