HOME

TheInfoList



OR:

In the
statistical Statistics (from German language, German: ', "description of a State (polity), state, a country") is the discipline that concerns the collection, organization, analysis, interpretation, and presentation of data. In applying statistics to a s ...
analysis of observational data, propensity score matching (PSM) is a statistical matching technique that attempts to estimate the effect of a treatment, policy, or other intervention by accounting for the covariates that predict receiving the treatment. PSM attempts to reduce the
bias Bias is a disproportionate weight ''in favor of'' or ''against'' an idea or thing, usually in a way that is inaccurate, closed-minded, prejudicial, or unfair. Biases can be innate or learned. People may develop biases for or against an individ ...
due to confounding variables that could be found in an estimate of the treatment effect obtained from simply comparing outcomes among units that received the treatment versus those that did not. Paul R. Rosenbaum and Donald Rubin introduced the technique in 1983, defining the propensity score as the conditional probability of a unit (e.g., person, classroom, school) being assigned to the treatment, given a set of observed covariates. The possibility of bias arises because a difference in the treatment outcome (such as the average treatment effect) between treated and untreated groups may be caused by a factor that predicts treatment rather than the treatment itself. In
randomized experiment In scientific method, science, randomized experiments are the experiments that allow the greatest reliability and validity of statistical estimates of treatment effects. Randomization-based inference is especially important in experimental design ...
s, the randomization enables unbiased estimation of treatment effects; for each covariate, randomization implies that treatment-groups will be balanced on average, by the law of large numbers. Unfortunately, for observational studies, the assignment of treatments to research subjects is typically not random. Matching attempts to reduce the treatment assignment bias, and mimic randomization, by creating a sample of units that received the treatment that is comparable on all observed covariates to a sample of units that did not receive the treatment. The "propensity" describes how likely a unit is to have been treated, given its covariate values. The stronger the confounding of treatment and covariates, and hence the stronger the bias in the analysis of the naive treatment effect, the better the covariates predict whether a unit is treated or not. By having units with similar propensity scores in both treatment and control, such confounding is reduced. For example, one may be interested to know the consequences of smoking. An observational study is required since it is unethical to randomly assign people to the treatment 'smoking.' The treatment effect estimated by simply comparing those who smoked to those who did not smoke would be biased by any factors that predict smoking (e.g.: gender and age). PSM attempts to control for these biases by making the groups receiving treatment and not-treatment comparable with respect to the control variables. PSM employs a predicted probability of group membership—e.g., treatment versus control group—based on observed predictors, usually obtained from
logistic regression In statistics, a logistic model (or logit model) is a statistical model that models the logit, log-odds of an event as a linear function (calculus), linear combination of one or more independent variables. In regression analysis, logistic regres ...
to create a counterfactual group. Propensity scores may be used for matching or as covariates, alone or with other matching variables or covariates.


General procedure

1. Estimate propensity scores, e.g. with
logistic regression In statistics, a logistic model (or logit model) is a statistical model that models the logit, log-odds of an event as a linear function (calculus), linear combination of one or more independent variables. In regression analysis, logistic regres ...
: *Dependent variable: ''Z'' = 1, if unit participated (i.e. is member of the treatment group); ''Z'' = 0, if unit did not participate (i.e. is member of the control group). *Choose appropriate confounders (variables hypothesized to be associated with both treatment and outcome) *Obtain an estimation for the propensity score: predicted probability ''p'' or the log odds, log 'p''/(1 − ''p'') 2. Match each participant to one or more nonparticipants on propensity score, using one of these methods: * Nearest neighbor matching *Optimal full matching: match each participants to unique non-participant(s) so as to minimize the total distance in propensity scores between participants and their matched non-participants. This method can be combined with other matching techniques. *Caliper matching: comparison units within a certain width of the propensity score of the treated units get matched, where the width is generally a fraction of the standard deviation of the propensity score *Radius matching: all matches within a particular radius are used – and reused between treatment units. * Kernel matching: same as radius matching, except control observations are weighted as a function of the distance between the treatment observation's propensity score and control match propensity score. One example is the Epanechnikov kernel. Radius matching is a special case where a uniform kernel is used. * Mahalanobis metric matching in conjunction with PSM. * Stratification matching. *Difference-in-differences matching (kernel and local linear weights). *Exact matching. 3. Check that covariates are balanced across treatment and comparison groups within strata of the propensity score. * Use standardized differences or graphs to examine distributions * If covariates are not balanced, return to steps 1 or 2 and modify the procedure 4. Estimate effects based on new sample *Typically: a weighted mean of within-match average differences in outcomes between participants and non-participants. *Use analyses appropriate for non-independent matched samples if more than one nonparticipant is matched to each participant


Formal definitions


Basic settings

The basic case is of two treatments (numbered 1 and 0), with ''N'' independent and identically distributed random variables subjects. Each subject ''i'' would respond to the treatment with r_ and to the control with r_. The quantity to be estimated is the average treatment effect: E _1E _0/math>. The variable Z_i indicates if subject ''i'' got treatment (Z_i = 1) or control (Z_i = 0). Let X_i be a vector of observed pretreatment measurements (or covariates) for the ''i''th subject. The observations of X_i are made prior to treatment assignment, but the features in X_i may not include all (or any) of the ones used to decide on the treatment assignment. The numbering of the units (i.e.: ''i'' = 1, ..., ''N'') are assumed to not contain any information beyond what is contained in X_i. The following sections will omit the ''i'' index while still discussing the stochastic behavior of some subject.


Strongly ignorable treatment assignment

Let some subject have a vector of covariates ''X'' (i.e.: conditionally unconfounded), and some potential outcomes ''r''0 and ''r''1 under control and treatment, respectively. Treatment assignment is said to be strongly ignorable if the potential outcomes are independent of treatment (''Z'') conditional on background variables ''X''. This can be written compactly as : r_0, r_1 \perp Z \mid X where \perp denotes
statistical independence Independence is a fundamental notion in probability theory, as in statistics and the theory of stochastic processes. Two events are independent, statistically independent, or stochastically independent if, informally speaking, the occurrence of ...
.


Balancing score

A balancing score ''b''(''X'') is a function of the observed covariates ''X'' such that the conditional distribution of ''X'' given ''b''(''X'') is the same for treated (''Z'' = 1) and control (''Z'' = 0) units: : Z \perp X \mid b(X). The most trivial function is b(X) = X.


Propensity score

A propensity score is the conditional probability of a unit (e.g., person, classroom, school) being assigned to a particular treatment, given a set of observed covariates. Propensity scores are used to reduce confounding by equating groups based on these covariates. Suppose that we have a binary treatment indicator ''Z'', a response variable ''r'', and background observed covariates ''X''. The propensity score is defined as the
conditional probability In probability theory, conditional probability is a measure of the probability of an Event (probability theory), event occurring, given that another event (by assumption, presumption, assertion or evidence) is already known to have occurred. This ...
of treatment given background variables: :e(x) \ \stackrel\ \Pr(Z=1 \mid X=x). In the context of causal inference and survey methodology, propensity scores are estimated (via methods such as
logistic regression In statistics, a logistic model (or logit model) is a statistical model that models the logit, log-odds of an event as a linear function (calculus), linear combination of one or more independent variables. In regression analysis, logistic regres ...
, random forests, or others), using some set of covariates. These propensity scores are then used as estimators for weights to be used with Inverse probability weighting methods.


Main theorems

The following were first presented, and proven, by Rosenbaum and Rubin in 1983: * The propensity score e(x) is a balancing score. * Any score that is 'finer' than the propensity score is a balancing score (i.e.: e(X)=f(b(X)) for some function f). The propensity score is the coarsest balancing score function, as it takes a (possibly) multidimensional object (''X''''i'') and transforms it into one dimension (although others, obviously, also exist), while b(X)=X is the finest one. * If treatment assignment is strongly ignorable given ''X'' then: :* It is also strongly ignorable given any balancing function. Specifically, given the propensity score: ::: (r_0, r_1) \perp Z \mid e(X). :* For any value of a balancing score, the difference between the treatment and control means of the samples at hand (i.e.: \bar_1-\bar_0), based on subjects that have the same value of the balancing score, can serve as an
unbiased estimator In statistics, the bias of an estimator (or bias function) is the difference between this estimator's expected value and the true value of the parameter being estimated. An estimator or decision rule with zero bias is called ''unbiased''. In stat ...
of the average treatment effect: E _1E _0/math>. * Using sample estimates of balancing scores can produce sample balance on ''X''


Relationship to sufficiency

If we think of the value of ''Z'' as a
parameter A parameter (), generally, is any characteristic that can help in defining or classifying a particular system (meaning an event, project, object, situation, etc.). That is, a parameter is an element of a system that is useful, or critical, when ...
of the population that impacts the distribution of ''X'' then the balancing score serves as a sufficient statistic for ''Z''. Furthermore, the above theorems indicate that the propensity score is a minimal sufficient statistic if thinking of ''Z'' as a parameter of ''X''. Lastly, if treatment assignment ''Z'' is strongly ignorable given ''X'' then the propensity score is a minimal sufficient statistic for the joint distribution of (r_0, r_1).


Graphical test for detecting the presence of confounding variables

Judea Pearl has shown that there exists a simple graphical test, called the back-door criterion, which detects the presence of confounding variables. To estimate the effect of treatment, the background variables X must block all back-door paths in the graph. This blocking can be done either by adding the confounding variable as a control in regression, or by matching on the confounding variable.


Disadvantages

PSM has been shown to increase model "imbalance, inefficiency, model dependence, and bias," which is not the case with most other matching methods. The insights behind the use of matching still hold but should be applied with other matching methods; propensity scores also have other productive uses in weighting and doubly robust estimation. Like other matching procedures, PSM estimates an average treatment effect from observational data. The key advantages of PSM were, at the time of its introduction, that by using a linear combination of covariates for a single score, it balances treatment and control groups on a large number of covariates without losing a large number of observations. If units in the treatment and control were balanced on a large number of covariates one at a time, large numbers of observations would be needed to overcome the " dimensionality problem" whereby the introduction of a new balancing covariate increases the minimum necessary number of observations in the sample geometrically. One disadvantage of PSM is that it only accounts for observed (and observable) covariates and not latent characteristics. Factors that affect assignment to treatment and outcome but that cannot be observed cannot be accounted for in the matching procedure. As the procedure only controls for observed variables, any hidden bias due to latent variables may remain after matching. Another issue is that PSM requires large samples, with substantial overlap between treatment and control groups. General concerns with matching have also been raised by Judea Pearl, who has argued that hidden bias may actually increase because matching on observed variables may unleash bias due to dormant unobserved confounders. Similarly, Pearl has argued that bias reduction can only be assured (asymptotically) by modelling the qualitative causal relationships between treatment, outcome, observed and unobserved covariates. Confounding occurs when the experimenter is unable to control for alternative, non-causal explanations for an observed relationship between independent and dependent variables. Such control should satisfy the " backdoor criterion" of Pearl.


Implementations in statistics packages

* R: propensity score matching is available as part of the MatchIt, optmatch, or other packages. * SAS: The PSMatch procedure, and macro OneToManyMTCH match observations based on a propensity score. * Stata: several commands implement propensity score matching, including the user-written psmatch2. Stata version 13 and later also offers the built-in command teffects psmatch. * SPSS: A dialog box for Propensity Score Matching is available from the IBM SPSS Statistics menu (Data/Propensity Score Matching), and allows the user to set the match tolerance, randomize case order when drawing samples, prioritize exact matches, sample with or without replacement, set a random seed, and maximize performance by increasing processing speed and minimizing memory usage. * Python: PsmPy, a library for propensity score matching in python


See also

* Rubin causal model * Ignorability * Heckman correction *
Matching (statistics) Matching is a statistical technique that evaluates the effect of a treatment by comparing the treated and the non-treated units in an observational study or quasi-experiment (i.e. when the treatment is not randomly assigned). The goal of matching ...


References


Bibliography

* * * {{least squares and regression analysis Regression analysis Epidemiology Observational study Causal inference