在替换控制变量与输出变量后,出现错误,红字标识为'tmp' found where nothing expected
set seed 1000gen tmp = runiform()sort tmpglobal xlist "edu HSR lnDpeo lnlong Dhroad lnC lnFK lnGT dx city"psmatch2 T $xlist , n(3) out( lnRGDP ) logit ate
'tmp' found where nothing expected
感觉tmp应该是需要生成的变量,但执行命令后显示无此变量,可能对命令含义理解有误,望解答!万分感谢!
如何调整代码继续下去