Dear All,

apologies I am really new to statistics and Stata but I need to conduct a Propensity Score Matching. I follow the steps in a link attached below with the corresponding dta file.


global treatment TREAT
global ylist RE78
global xlist AGE EDUC MARR
global breps 5

describe $treatment $ylist $xlist
summarize $treatment $ylist $xlist

pscore $treatment $xlist, pscore(myscore) blockid(myblock) comsup


so the question is:
1. I would like to than continue the code with a nearest neighbour matching, and isolate the 2 groups to conduct a paired t test. May I know how I should approach the codes please?


Thank you!
Link: https://sites.google.com/site/econom...score-matching