If I examine the average treatment effect on the treated using a matching estimator, only the treated variables should be matched.
However, when I examine the matching variable (generated by "gen(match) "), I find that all observations (treated or not treated) are matched.
I am confused about why this is the case. Example below.
use http://www.stata-press.com/data/r15/cattaneo3.dta
teffects nnmatch (bweight fage) (mbsmoke), nn(1) gen(match) atet
tab mbsmoke if match1 ~= .
Related Posts with teffects nnmatch, atet generates wrong matching variable?
Data manipulation - your experience with mergingHi I’m working with very large datasets - ones that contain for 1mill observations with 20+ variable…
matrix recursive elementHi, I want to run this code Code: local filas = 300 local columnas = 1 matrix A = J(`filas',`colum…
Multiple McNemar TestHello all, I am doing 10 McNemar test for comparing matched data. Example: mcci 192 0 1 0 1. Just li…
How to forecast counterfactual in ARIMAI am wondering if anyone could suggest codes on how to forecast the counterfactuals in an ARIMA mode…
Twoway contour for significant average marginal effectsHi, I run this four-way interaction model in Stata 14: xtreg Y c.X1##c.X2##c.X3##X4 Controls i.cou…
Subscribe to:
Post Comments (Atom)
0 Response to teffects nnmatch, atet generates wrong matching variable?
Post a Comment