I estimate propensity score weights as follows, where T is the treatment indicator variable, Y is the outcome variable, the covariates X1, X2 and X3 are continuous, while X4 and X5 are discrete (eg year) and must be exact matches
kmatch ps T X1 X2 X3 (Y), ematch(X4 X5) att wgenerate(W)
Note: kmatch is SSC contributed
I then want to reproduce the ATT coefficient using a regression. Should I include the exact match covariates or not: ie
regress Y T X1 X2 X3 [pweight=W]
or
regress Y T X1 X2 X3 X4 X5 [pweight=W]
thanks
kmatch ps T X1 X2 X3 (Y), ematch(X4 X5) att wgenerate(W)
Note: kmatch is SSC contributed
I then want to reproduce the ATT coefficient using a regression. Should I include the exact match covariates or not: ie
regress Y T X1 X2 X3 [pweight=W]
or
regress Y T X1 X2 X3 X4 X5 [pweight=W]
thanks
Comment