PropensityScoreTechniken
Propensity score is a statistical concept used in observational studies to address confounding when estimating treatment effects. It is defined as the probability of receiving the treatment given a set of observed covariates, denoted e(x) = P(T = 1 | X = x). The key idea is that, conditional on the propensity score, the distribution of observed covariates should be similar between treated and untreated units, making the groups more comparable.
Estimation of the propensity score is typically done with a regression model, most commonly logistic regression,
The approach relies on key assumptions. No unmeasured confounding, meaning all relevant covariates that influence both
Limitations include dependence on observed covariates only, making residual confounding possible if important confounders are unmeasured.