结果:找到“id not found”相关内容14个,排序为按回复时间降序,搜索更多相关帖子请点击“高级
【更新】面板数据熵值法计算综合指数Stata代码(附示例数据)
500 个回复 - 200499 次查看 面板数据熵值法计算综合指数Stata代码 使用方法: 整理数据成类似格式 需要设置正向指标和负向指标 根据指标性质进行修改 如果全部为正向指标,改成这样 后面的代码一起无需改动,直 ...2018-11-23 14:42 - momingqimiao7 - 现金交易版
<istmt>: 3499 divide() not found??啥意思啊?
17 个回复 - 19257 次查看 : 3499 divide() not found??啥意思啊? 运行空间权重矩阵标准化,出来这个是啥意思啊? 应该不是命令或者数据的问题,好像电脑还是软件的问题?? 麻烦高手给解答下啊!!2012-7-12 20:14 - walkfreely - Stata专版
stata做事件时研究egen id=group(group_id) 一直报错variable __000001 not found r(1
11 个回复 - 8092 次查看 我在用stata按照普林斯顿大学的方法进行事件研究时,代码运行到循环之前的 egen id=group(group_id) 就一直报错说variable __000001 not found r(111) 是为什么??完整的代码如下use eventdates, clearsort compan ...2017-3-3 16:51 - changpengman - Stata专版
Stata中输入Predict e,residual为什么显示variable e not found捏?
1 个回复 - 675 次查看 如题,正常的回归后执行predict e if e(sample),residual,为什么一直显示variable e not found啊?Predict 后面不是newvar吗?2023-10-22 02:05 - yuwantang - Stata专版
DID安慰剂检验“[DID] not found”怎么解决呢
11 个回复 - 5214 次查看 代码是模仿的网上,不知道咋处理,先谢谢了2021-5-26 21:27 - Jesus_chu - Stata专版
对面板数据进行回归的时候出现了id2 not found咋办啊
3 个回复 - 756 次查看 情况是这样的 输入xi: xtreg y kv i.year , fe r 出现了i.year _Iyear_2009-2020 (naturally coded; _Iyear_2009 omitted) variable id2 not found 这是什么意思啊,求求大佬帮帮忙!!!2022-2-9 21:08 - ASAHI-E - 灌水吧
合并后的数据无法做xtreg回归,提示variable id not found
4 个回复 - 4008 次查看 master数据可以跑xtreg回归,完全正常,但我用using数据与master数据根据year和company进行merge(m:1)之后,新生成的master1数据无法做xtreg,提示variable id not found。xtreg时所选择的变量确认存在于数据中。请 ...2019-8-25 02:10 - 江濆遇同声1 - 数据求助
使用xtoverid报告SARGAN统计量,出现center not found -- struct ms_vcvorthog contai
2 个回复 - 731 次查看 xtoverid center not found -- struct ms_vcvorthog contains no such member (798 lines skipped) Test of overidentifying restrictions: Cross-section time-series model: xtivreg fe robust cluster(p ...2021-12-8 11:46 - Yullan - Stata专版
pvar的helm命令出现variable id not found
18 个回复 - 18170 次查看 根据help里的命令,运行 xtset id year 然后运行helm x1 x2 x3这条命令时出现variable id not found r(111);请问这个问题怎么解决?2014-5-16 00:31 - gongshundaren - Stata专版
variable fid not found
3 个回复 - 6610 次查看 回归中没有fid这个变量,但为什么每次回归都会出现 variable fid not found ?而且随便点一个xtreg a 也会出现 variable fid not found 。。。 谢谢各位~~~2014-1-10 09:40 - Singing111 - Stata专版
循环程序总是出现variable id1999 not found这种错误提示?
0 个回复 - 1943 次查看 forval i = 1999/2006{ *设i为当年,j为下一年: local j = `i'+1 **Step 10 首先根据法人代码(firm_id/id)进行匹配,分离出id重复的样本: disp "Step 10 " use D:\stata13\ado\pe ...2018-3-15 13:26 - CeciliaLeeli - Stata专版
请问一下大家,在用stata MMsel程序,出现variable pid not found 是什么情况
4 个回复 - 5613 次查看 请问一下大家,在用stata MMsel程序做分位数分解的时候,出现“variable pid not found” 是什么情况,又该如何解决。谢谢2016-4-6 00:57 - dkq1027 - Stata专版