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?
Recovering p-values from multiple bootstrapped iterations of a logit or glm regressionThe CMS models for choosing comorbidities to include in a risk adjustment model for a quality measur…
Crosstabs automationI am in the process of fully automating a code process. i have 10 different variables and first i ha…
changing numeric string to numeric variable where e5 next to a number means 10^5I have a string variable of the type show below, where 63e5 represents 6300000. How do I change it 6…
An indicator variableHi everyone, I have a dataset including over 500 firms that have CEO changes based on CEO_ID and la…
How to find nonnumeric characters within a string variable and lists the observations that have this issueI want to identify which observations in my variable has non-numeric characteristics and what is the…
Subscribe to:
Post Comments (Atom)
0 Response to teffects nnmatch, atet generates wrong matching variable?
Post a Comment