I am trying to use average treatment effect (ATE) and average treatment effect on the treatment (ATET) using multivariate matching technique as explained by the following article published in The Stata Journal.
Abadie, Alberto, David Drukker, Jane Leber Herr, and Guido W. Imbens. "Implementing matching estimators for average treatment effects in Stata." The Stata Journal 4, no. 3 (2004): 290-311.
(I also attach a pdf file of the paper to this posting.)
According to the article, I should use nnmatch command. However, I do not have nnmatch command in my version of Stata (version 14.2). Instead, teffects command has nnmatch subcommand.
With that said, my question is as follow. Does ‘teffects nnmatch’ in version 14.2 implement the calculation of ATE and ATET in a precisely same way as described in the aforementioned paper (i.e., Abadie, Drukker, Herr, and Imbens, 2004)?
I ask this question because Stata Treatment-Effects Reference Manual does not have details about how nnmatch works but Abadie, Drukker, Herr, and Imbens (2004) does. That is why I want to make sure that ‘teffects nnmatch’ in my current version of Stata (version 14.2) is the same as ‘nnmatch’ as described in Abadie, Drukker, Herr, and Imbens (2004).
Thank you for considering my question.
Abadie, Alberto, David Drukker, Jane Leber Herr, and Guido W. Imbens. "Implementing matching estimators for average treatment effects in Stata." The Stata Journal 4, no. 3 (2004): 290-311.
(I also attach a pdf file of the paper to this posting.)
According to the article, I should use nnmatch command. However, I do not have nnmatch command in my version of Stata (version 14.2). Instead, teffects command has nnmatch subcommand.
With that said, my question is as follow. Does ‘teffects nnmatch’ in version 14.2 implement the calculation of ATE and ATET in a precisely same way as described in the aforementioned paper (i.e., Abadie, Drukker, Herr, and Imbens, 2004)?
I ask this question because Stata Treatment-Effects Reference Manual does not have details about how nnmatch works but Abadie, Drukker, Herr, and Imbens (2004) does. That is why I want to make sure that ‘teffects nnmatch’ in my current version of Stata (version 14.2) is the same as ‘nnmatch’ as described in Abadie, Drukker, Herr, and Imbens (2004).
Thank you for considering my question.
Comment