I want to weight my sample with propensity scores first, then run OLS with weighted sample. I know
PHP Code:
teffect 
does this job by combining the two steps. However, I want to get a descriptive statistics comparison between the non-weighted sampel and weighted sample. Anyone know the command for the first step that does the weighting to the sample? Thank you very much.
S