结果:找到“; variable id not found”相关内容9个,排序为按回复时间降序,搜索更多相关帖子请点击“高级
【更新】面板数据熵值法计算综合指数Stata代码(附示例数据)
500 个回复 - 199645 次查看 面板数据熵值法计算综合指数Stata代码 使用方法: 整理数据成类似格式 需要设置正向指标和负向指标 根据指标性质进行修改 如果全部为正向指标,改成这样 后面的代码一起无需改动,直 ...2018-11-23 14:42 - momingqimiao7 - 现金交易版
stata做事件时研究egen id=group(group_id) 一直报错variable __000001 not found r(1
11 个回复 - 8056 次查看 我在用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 个回复 - 661 次查看 如题,正常的回归后执行predict e if e(sample),residual,为什么一直显示variable e not found啊?Predict 后面不是newvar吗?2023-10-22 02:05 - yuwantang - Stata专版
合并后的数据无法做xtreg回归,提示variable id not found
4 个回复 - 3973 次查看 master数据可以跑xtreg回归,完全正常,但我用using数据与master数据根据year和company进行merge(m:1)之后,新生成的master1数据无法做xtreg,提示variable id not found。xtreg时所选择的变量确认存在于数据中。请 ...2019-8-25 02:10 - 江濆遇同声1 - 数据求助
pvar的helm命令出现variable id not found
18 个回复 - 18084 次查看 根据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 个回复 - 6582 次查看 回归中没有fid这个变量,但为什么每次回归都会出现 variable fid not found ?而且随便点一个xtreg a 也会出现 variable fid not found 。。。 谢谢各位~~~2014-1-10 09:40 - Singing111 - Stata专版
循环程序总是出现variable id1999 not found这种错误提示?
0 个回复 - 1932 次查看 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 个回复 - 5595 次查看 请问一下大家,在用stata MMsel程序做分位数分解的时候,出现“variable pid not found” 是什么情况,又该如何解决。谢谢2016-4-6 00:57 - dkq1027 - Stata专版