Hello.
I'm going to perform a nearest-neighbor matched propensity analysis, with a caliper width of 0.2 SD, carried out as a 1:many matching without replacement.
When using the psmatch2 program in STATA I don't seem to get the correct matching result. I know you can't use 1:many matching without replacement in psmatch2, but what should i use instead?
Treatment: treat
Variables: sol, varme, hyp and ind
No outcome
Right now my command is:
psmatch2 treat sol varme hyp ind, neighbor(1) caliper(0.2) noreplacement
Can anyone help me with the correct command??
I'm going to perform a nearest-neighbor matched propensity analysis, with a caliper width of 0.2 SD, carried out as a 1:many matching without replacement.
When using the psmatch2 program in STATA I don't seem to get the correct matching result. I know you can't use 1:many matching without replacement in psmatch2, but what should i use instead?
Treatment: treat
Variables: sol, varme, hyp and ind
No outcome
Right now my command is:
psmatch2 treat sol varme hyp ind, neighbor(1) caliper(0.2) noreplacement
Can anyone help me with the correct command??