全部版块 我的主页
论坛 计量经济学与统计论坛 五区 计量经济学与统计软件 Stata专版
16497 3
2014-12-26
gen Indcd=1 if  strmatch(  Industry,"A")
          replace Indcd=2 if  strmatch(  Industry,"B")
          replace Indcd=3 if  strmatch(  Industry,"C0")
          replace Indcd=4 if  strmatch(  Industry,"C1")
          replace Indcd=5 if  strmatch(  Industry,"C2")
          replace Indcd=6 if  strmatch(  Industry,"C3")
          replace Indcd=7 if  strmatch(  Industry,"C4")
          replace Indcd=8 if  strmatch(  Industry,"C5")
          replace Indcd=9 if  strmatch(  Industry,"C6")
          replace Indcd=10 if  strmatch(  Industry,"C7")
          replace Indcd=11 if  strmatch(  Industry,"C8")
          replace Indcd=12 if  strmatch(  Industry,"C9")
          replace Indcd=13 if  strmatch(  Industry,"D")
          replace Indcd=14 if  strmatch(  Industry,"E")
          replace Indcd=15 if  strmatch(  Industry,"F")
          replace Indcd=16 if  strmatch(  Industry,"G")
          replace Indcd=17 if  strmatch(  Industry,"H")
          replace Indcd=18 if  strmatch(  Industry,"J")
          replace Indcd=19 if  strmatch(  Industry,"K")
          replace Indcd=20 if  strmatch(  Industry,"L")
          replace Indcd=21 if  strmatch(  Industry,"M")
          
          gen inv=.
forvalues i=2008/2012 {
    forvalues j=1/21 {
  reg NewInvt TobinQ AReturn Cash Age  LagInvest SIZE LEV,if year=='i' & Indcd=='j'
    predict e,resid
    replace inv=e if year=='i' & Indcd=='j'
            drop e
         }
         }
循环的时候现实“option if not allowed”
哪里出问题了啊?

二维码

扫码加我 拉你入群

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

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

全部回复
2014-12-26 15:19:36
楼主,您好。

错误提示说明您命令语句中option 中的if语句是不允许的。

请再核实语法。
二维码

扫码加我 拉你入群

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

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

2014-12-26 15:29:10
reg NewInvt TobinQ AReturn Cash Age  LagInvest SIZE LEV,if year=='i' & Indcd=='j'

if前面 为什么有  ,
二维码

扫码加我 拉你入群

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

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

2022-4-24 16:42:47
蓝色 发表于 2014-12-26 15:29
reg NewInvt TobinQ AReturn Cash Age  LagInvest SIZE LEV,if year=='i' & Indcd=='j'

if前面 为什么有 ...
感谢,一个小“,”缺失,都没有办法跑成功
二维码

扫码加我 拉你入群

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

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

相关推荐
栏目导航
热门文章
推荐文章

说点什么

分享

扫码加好友,拉您进群
各岗位、行业、专业交流群