Dear Statalist,
I have a question regarding the treatment effects features in Stata 14. I am currently exploring it using the catanneo2 example dataset (Excerpt from Cattaneo (2010) Journal of Econometrics 155: 138-154) and run the model as described by Chuck Huber in the StataCorp_LP Youtube Chanel.
code:
teffects psmatch (bweight) (mbsmoke mmarried mage medu fbaby)
With Stata12 I used the user written psmatch2 *! version 4.0.11 22oct2014 E. Leuven, B. Sianesi which creates a number of variables for the convenience of the user: First and foremost _outcome_variable for every treatment observation stores the value of the matched outcome.
Is there any option that allows me to identifying which entities were matched e.g. mother 1 was matched with mother 47. Moreover can Stata14 store the value of each matched outcome e.g. store bweight of the nonsmoker mother 1 is in _bweight of the smoking mother47?
Thank you
Markus
I have a question regarding the treatment effects features in Stata 14. I am currently exploring it using the catanneo2 example dataset (Excerpt from Cattaneo (2010) Journal of Econometrics 155: 138-154) and run the model as described by Chuck Huber in the StataCorp_LP Youtube Chanel.
code:
teffects psmatch (bweight) (mbsmoke mmarried mage medu fbaby)
With Stata12 I used the user written psmatch2 *! version 4.0.11 22oct2014 E. Leuven, B. Sianesi which creates a number of variables for the convenience of the user: First and foremost _outcome_variable for every treatment observation stores the value of the matched outcome.
Is there any option that allows me to identifying which entities were matched e.g. mother 1 was matched with mother 47. Moreover can Stata14 store the value of each matched outcome e.g. store bweight of the nonsmoker mother 1 is in _bweight of the smoking mother47?
Thank you
Markus
Comment