我在stata中使用psmatch2进行马氏匹配时,匹配分为两种情况
1.不带倾向值的马氏匹配(mahal without propensity score matching)
其命令为:
psmatch2 aodserv, mahal(married high bahigh poverty2 poverty3 poverty4 poverty5 employ open black hispanic natam chdage1 chdage2 chdage3 cgrage1 cgrage2 cgrage3 CRA47A mental arrest PSH17A sexual provide supervis other)
2.带倾向值的马氏匹配(mahal with propensity score matching)
其命令为:
psmatch2 aodserv, mahal(married high bahigh poverty2 poverty3 poverty4 poverty5 employ open black hispanic natam chdage1 chdage2 chdage3 cgrage1 cgrage2 cgrage3 CRA47A mental arrest PSH17A sexual provide supervis other) add pscore(logit1)
第一种情况运行没有问题,第二种情况运行是提示说“option add not allowed”
请教各位高人此处为什么会出现add not allowed的情况?