可研院 发表于 2012-10-8 15:38 
你好,我用psmatch2,分组匹配,采用的是帮助文件后面的一堆命令,结果出来的貌似是各个组的att值,怎么从 ...
我没有遇到过这样的问题。有人提出了一个解决方案,还有sample code。
http://www.stata.com/statalist/archive/2012-02/msg01112.html
Instead compute your own propensity scores within stratum, then findmatches within stratum for the whole sample by constructing a newscore which is stratum id times 100 plus propensity score, and let-psmatch2- tell you the ATT for the whole sample after matching onthat new score. Or better, use the propensity scores to reweight, oruse a double robust model. Either way, I think you should worry aboutclustered errors. I hope you have more than 12 strata though...
enjoy!