Hi,
I am using propensity score matching to reduce selection bias and then running a regression on the matched sample.
The basic stata command I am using is:
psmatch2 treatment x1 x2, out(wage)
reg wage treatment x1 x2 [fweight=_weight]
Is it possible to introduce new controls into the regression that were not used when selecting the matched sample?
E.g.
reg wage treatment x1 x2 z1 z2 [fweight=_weight]
(z1 and z2 are the new controls that I wish to introduce into the regression - they are not suitable to use when matching the sample)
Thanks!
Related Posts with Propensity Score Matching - Regression on a matched sample and introducing new controls
Converting string to date: missing values generatedNew to STATA and have searched responses to others with this issue but can't resolve my own instance…
Restrictions on Structural VAR Impulse Response FunctionsDear all, I would like to impose some restrictions on an estimated SVAR before running impulse resp…
Unifiying databasesDear users of StataCorp forum, As follows I describe my puzzle: Dataset 1 variables: date cusip …
Multi level modelling cross level analysisI want to examine the effect of educational attainment(xvar) on prejudice(yvar) (both 1. level varia…
xtmelogit CodeI am using stata v 11, and trying this code , xtmelogit N1 i.HW3 i.m18n i.Bm11 i.V212 i.Vm445 i.Mn14…
Subscribe to:
Post Comments (Atom)
0 Response to Propensity Score Matching - Regression on a matched sample and introducing new controls
Post a Comment