Hi all,
i have recently started reading and studying the matching procedure, i happened to see these two codes and i can't understand the difference. can anyone help me? thank you
Code:
psmatch2 treat x1 x3 , outcome(outcome_variable) neighbor(1)
Code:
probit treat x1 x2 predict ps, pr su ps if e(sample) * Matching by nearest neighbor psmatch2 treat, pscore(ps) neighbor(1) noreplacement

Comment