Hello all, I am using PSM to analyze a data. Now I've come to the phase of matching and I want to use -psmatch2-. My question is what if I want to do a one-to-many matching process? Which option I should use? Below is my syntax
in which retain_k is the treatment variable, the rest of them are predictors. The outcome is sa3lw_w. Since sample size is a concern to me, so I want to match one treated unit with multiple contrast units. Any help please? Thanks!
Code:
psmatch2 retain_k Gender age w1_dis12 w1_eth6 ELL FRL INCLUSION SUSPENSION, outcome(sa3lw_w) caliper(0.025) logit
Comment