y=ax1+ bx2+cx3  (1)
其中x1为treat 取(0,1)
logit x1=dx4+fx5+gx3
使用pscore得出 得分
pscore x1 x4 x5 x3, pscore(myscore) comsup blockid(myblock) numblo(5) level(0.005) logit
psmatch2  x1 x3 x4 x5 ,outcome(y)
得到_y _pscore  _support _weight  _id _n1 _nn _pdif ,这些变量表示什么意思
我想只使用 匹配上的样本(或将对照组中没有匹配上的样本删除) 做y=ax1+ bx2+cx3 ,应该如何做???
是不是_n1 就是匹配上的对照组中的样本的_id?