Alternatives
Issues with hdPS
Univariate selection of many proxies
- Recurrent covariates selected separately / univariately
- can be correlated (coming from same patient) and cause multicollinearity
- may inflate variance
- General overfitting problem. Too many adjustment variables?
Potential ways to improve
- Multiple recurrent covariates could provide same information, may not be useful anymore in the presence of others. Multivariate structure could be good to consider in a single model.
- Machine learning variable selection methods could be useful to combat multicollinearity.
- Sample splitting methods could be useful in combating overfitting in high dimensions.