楼主: 367310324
15480 3

[编程问题求助] option if not allowed [推广有奖]

  • 0关注
  • 0粉丝

小学生

50%

还不是VIP/贵宾

-

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

+2 论坛币
k人 参与回答

经管之家送您一份

应届毕业生专属福利!

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

经管之家联合CDA

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

感谢您参与论坛问题回答

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

+2 论坛币
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”
哪里出问题了啊?

二维码

扫码加我 拉你入群

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

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

关键词:allowed Option Allow LOWE LOW replace option

沙发
SpencerMeng 在职认证  发表于 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前面 为什么有  ,
已有 2 人评分经验 学术水平 热心指数 信用等级 收起 理由
galda + 1 + 1 + 1 精彩帖子
SpencerMeng + 100 精彩帖子

总评分: 经验 + 100  学术水平 + 1  热心指数 + 1  信用等级 + 1   查看全部评分

使用道具

板凳
Luckychen1 学生认证  发表于 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前面 为什么有 ...
感谢,一个小“,”缺失,都没有办法跑成功

使用道具

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

本版微信群
加好友,备注jltj
拉您入交流群

京ICP备16021002-2号 京B2-20170662号 京公网安备 11010802022788号 论坛法律顾问:王进律师 知识产权保护声明   免责及隐私声明

GMT+8, 2024-11-5 16:02