楼主: ghsjgzj
1054 3

[一般统计问题] stata17 双重差分平稳性检验过程出现下面的问题,求大佬指点迷津 [推广有奖]

  • 0关注
  • 0粉丝

小学生

21%

还不是VIP/贵宾

-

威望
0
论坛币
0 个
通用积分
0
学术水平
0 点
热心指数
0 点
信用等级
0 点
经验
36 点
帖子
3
精华
0
在线时间
8 小时
注册时间
2020-12-5
最后登录
2023-10-30

楼主
ghsjgzj 发表于 2023-3-6 19:40:26 |AI写论文

+2 论坛币
k人 参与回答

经管之家送您一份

应届毕业生专属福利!

求职就业群
赵安豆老师微信:zhaoandou666

经管之家联合CDA

送您一个全额奖学金名额~ !

感谢您参与论坛问题回答

经管之家送您两个论坛币!

+2 论坛币
. coefplot,baselevels

.   keep(eventz*)

.      if(at!=4)
at not found
r(111);

.   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))
transform is a class
r(4002);

.   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);


二维码

扫码加我 拉你入群

请注明:姓名-公司-职位

以便审核进群资格,未注明则拒绝

关键词:Stata 平稳性检验 指点迷津 双重差分 tata

沙发
改革同步 发表于 2023-3-6 20:15:04
命令换行要加换行符号啊

藤椅
ghsjgzj 发表于 2023-3-6 21:01:55
改革同步 发表于 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);

板凳
ghsjgzj 发表于 2023-3-7 00:04:01
谢谢各位,解决了,直接一条写下来,下面这样可以用了
coefplot,baselevels keep(eventz*) coeflabels(eventz2="-3" eventz3="-2" eventz4="-1" eventz5="0" eventz6="1" eventz7="2" eventz8="3" eventz9="4" eventz10="5" eventz11="6" eventz12="7") vertical yline(0,lwidth(vthin) lpattern(dash) lcolor(teal)) ylabel(-7.5(1)1.5) xline(4,lwidth(vthin) lpattern(dash) lcolor(teal)) ytitle("处理效应系数估计值",size(small)) xtitle("时间(横坐标为完整T、去除系数均值后画图)", size(small)) transform(*=@-r(mean))addplot(line @b @at) ciopts(lpattern(dash) recast(rcap) msize(medium)) msymbol(circle_hollow) scheme(slmono)

您需要登录后才可以回帖 登录 | 我要注册

本版微信群
加好友,备注jltj
拉您入交流群
GMT+8, 2026-1-7 15:48