Hi all,

Would appreciate help with matching on propensity score within bins.

I have either:

Code:
teffects psmatch (wage) (treatment i.year i.industry var1 var2 var3, logit), nn(1)
or

Code:
psmatch2 treatment i.year i.industry var1 var2 var3, outcome(wage) n(1) noreplacement logit
But I would like the matching to occur at the year X industry level. So that each treated observation in year t industry i is matched to 1 observation in year t industry i.


Thanks!!!