I'm using Stata 14. My understanding is that the command
is intended to be used after one of the teffects commands that uses the estimated propensity score in particular, -- ipw and psmatch. If one starts with a severe lack of overlap, none of the PS options will run -- which means, I think, that the option to use the overlap isn't available. Sometimes, especially for teaching purposes, it's useful to show the PS densities to illustrate just how serious the overlap problem can be. Therefore, Stata should allow one to estimate the propensity score and then obtain the overlap graphs. I can't see how to do this.
The user-written psmatch2 allows plotting of the histograms after PS matching regardless of the lack of overlap. If teffects does not do this, or does not do it easily, it should be changed. Probably I missed something simple and someone can clarify.
Code:
teffects overlap
The user-written psmatch2 allows plotting of the histograms after PS matching regardless of the lack of overlap. If teffects does not do this, or does not do it easily, it should be changed. Probably I missed something simple and someone can clarify.
Comment