Hi,
I am currently trying to do propensity score matching. The code works well but I have some problem about how to explain the result.
The example is:
use "http://www.stata-press.com/data/r13/cattaneo2.dta", clear
teffects psmatch (lbweight) (mbsmoke mmarried alcohol mage medu,logit)
The result is:

My understanding of the ATE(.431315) here is the difference of odd ratios between smoker and nonsmoker. Is that correct?
If not, how to explain it correctly?
Thanks for your time!
I am currently trying to do propensity score matching. The code works well but I have some problem about how to explain the result.
The example is:
use "http://www.stata-press.com/data/r13/cattaneo2.dta", clear
teffects psmatch (lbweight) (mbsmoke mmarried alcohol mage medu,logit)
The result is:
My understanding of the ATE(.431315) here is the difference of odd ratios between smoker and nonsmoker. Is that correct?
If not, how to explain it correctly?
Thanks for your time!
Comment