改革同步 发表于 2023-3-6 20:15 
命令换行要加换行符号啊
加了还是这样
. coefplot,baselevels///
option / not allowed
r(198);
. keep(eventz*)///
/ invalid name
r(198);
. if(at!=4)///
invalid syntax
r(198);
. coeflabels(eventz2="-3"///
command coeflabels is unrecognized
r(199);
. eventz3="-2"///
command eventz3 is unrecognized
r(199);
. eventz4="-1"///
command eventz4 is unrecognized
r(199);
. eventz5="0"///
command eventz5 is unrecognized
r(199);
. eventz6="1"///
command eventz6 is unrecognized
r(199);
. eventz7="2"///
command eventz7 is unrecognized
r(199);
. eventz8="3"///
command eventz8 is unrecognized
r(199);
. eventz9="4"///
command eventz9 is unrecognized
r(199);
. eventz10="5"///
command eventz10 is unrecognized
r(199);
. eventz11="6"///
command eventz11 is unrecognized
r(199);
. eventz12="7")///
command eventz12 is unrecognized
r(199);
. vertical///
vertical is a class
r(4002);
. yline(0,1width(vthin) 1pattern(dash) 1color(teal))///
command yline is unrecognized
r(199);
. ylabel(-7.5(1)1.5)///
command ylabel is unrecognized
r(199);
. xline(4,1width(vthin) 1pattern(dash) 1color(teal))///
command xline is unrecognized
r(199);
. ytitle("处理效应系数估计值",size(small)) ///
command ytitle is unrecognized
r(199);
. xtitle("时间(横坐标为完整T、去除系数均值后画图)", size(small))///
command xtitle is unrecognized
r(199);
. transform(*=@-r(mean))///
command transform is unrecognized
r(199);
. addplot(line @b @at)///
'' found where ':' expected
r(198);
. ciopts(1pattern(dash) recast(rcap) msize(medium))///
command ciopts is unrecognized
r(199);
. msymbol(circle_hollow)///
command msymbol is unrecognized
r(199);
. scheme(slmono)
scheme is a class
r(4002);