What does a propensity score represent?
The predicted probability of exposure in a particular individual based on a set of relevant characteristics (because confounders increase the propensity of being exposed)
What is the role of the propensity score?
Estimates treatment effects by controlling for confounding in observational cohort studies
What’s the best distribution of exposure/outcome for a propensity score?
Common exposure, rare outcome
Which variables should we
a) include
b) not include
in a logistic regression to estimate the propensity score?
a) All variables related to the outcome, whether or not they are related to the exposure
b) UNLESS they are a consequence of the exposure (collider); also exclude variables unrelated to the outcome
What is the impact of including variables that are unrelated to the exposure despite being related to the outcome?
None, it’s fine.
It decreases the variance without increasing the bias.
What is the impact of including variables that are unrelated to the outcome despite being related to the exposure?
It increases the variance without decreasing the bias.
What are the main 2 steps of creating/using propensity scores?
For a given propensity score, what is the chance of control/experimental arm the same as?
The choice of control or experimental arm is the same as a random process, given that the patient had a real choice
What is the C statistic?
What should the area under a ROC curve be for a propensity score?
0.5 (random)
Summary of propensity score matching?
Summary of propensity score adjusting?
Summary of propensity score stratifying?
Summary of inverse probability weighting?
Weight given to treatment and control arm in inverse probability weighting? Any problem with that?
Tx: 1/PS
Control: 1/(1-PS)
Problem: when the PS is close to 0 for the tx arm, and close to 1 for control arm
Which methods eliminate systematic differences the best?
- IPW
What is a potential problem with propensity score adjustment?
Which methods are potentially doubly robust? Which are not?
Yes: Propensity score adjustment (if adding also individual covariates), IPW (how?)
No: Matching, stratifying (N is too small)
What are the pros and cons of traditional covariate adjustment?
Pros: performs well, provides prognostic model for outcome of interest
Cons: not good for small n and many covariates
What are the pros and cons of propensity score matching?
Pros: reliable, good balance of covariates, simple
Cons: unmatched subjects are not analysed, less precise due to small n
What are the pros and cons of propensity score adjustment?
Pros: performs well
Cons: very similar to traditional adjustment, without necessarily being better
What are the pros and cons of propensity score stratifying?
Pros: keeps all the data, can look at interactions
Cons: not as good with few outcome events, does not account for strong confounding
What are the pros and cons of inverse probability weighting?
Pros: keeps all the data, easy, the pseudopopulation has a perfect covariate balance
Cons: Unstable when extreme weights
What are the limitations to propensity score methods in general?