结果:找到“\_\_000001 not found”相关内容9个,排序为按回复时间降序,搜索更多相关帖子请点击“高级
egen group报错variable __000001 not found r(111)
5 个回复 - 11887 次查看 _pctile sat, percentile(1 99) _pctile math, percentile(1 99) _pctile english, percentile(1 99) _pctile grades, percentile(1 99) global m "sat math english grades" foreach v in $m{ drop if `v'2015-6-4 11:44 - 天斯吾下 - Stata专版
stata 用bootstrap计算标准误 出现 ST_00000001.tmp not found
9 个回复 - 8981 次查看 请教各位大神: 我在stata 用bootstrap 计算标准误,输完命令后,怎么老是出现 file C:\Users\lenovo\AppData\Local\Temp\ST_00000002.tmp not found,这是怎么回事2014-6-1 14:04 - mengxiang1019 - Stata专版
stata出现__000001 not found是出了什么问题
18 个回复 - 14717 次查看 cap pro drop es pro es version 12.0 forv i=2005/2005{ use `i' keep code date year yue r0 save `i',replace } use 2005 append using 2004 append using 2003 append using 2002 append using 2001 ...2014-12-17 22:36 - 半残玩具 - Stata专版
stata做事件时研究egen id=group(group_id) 一直报错variable __000001 not found r(1
11 个回复 - 8188 次查看 我在用stata按照普林斯顿大学的方法进行事件研究时,代码运行到循环之前的 egen id=group(group_id) 就一直报错说variable __000001 not found r(111) 是为什么??完整的代码如下use eventdates, clearsort compan ...2017-3-3 16:51 - changpengman - Stata专版
merge时总是报错file C:\ST_fb0_000001.tmp not found,求问原因?(救救孩子!))
2 个回复 - 850 次查看 file C:\ST_fb0_000001.tmp not found2020-4-5 17:04 - rongcenyan7 - Stata专版
stata运行报错 variable __000001 not found
6 个回复 - 7413 次查看 stata运行代码报错 代码: *= 面板数据 egen id=group(stkcd) egen t=group(date) 报下面这个错误 . *= 面板数据 . egen id=group(stkcd) variable __000001 not found r(111); 请问如何解决。 ...2021-9-25 23:40 - lenosky - 悬赏大厅
stata中运行循环命令出现__000001 not found是怎么回事?
4 个回复 - 4593 次查看 程序代码是:forvalues i = 2008(1)2019{ use "D:\stata14\examples\毕业论文\原始数据\最终数据.dta", clear gen YEAR=year-`i'+5 xtset id year keep if year>`i'-5 & year2021-3-24 15:41 - panye1974 - Stata专版
stata运行时显示variable __000001 not found
3 个回复 - 5001 次查看 代码如下 clear all capture mkdir D:\360MoveData\Users\Desktop cd D:\360MoveData\Users\Desktop use D:/360MoveData/Users/Desktop/eventdates.dta, clear joinby company_id using stockdata.dta *For nu ...2020-10-5 11:31 - berrypudd - Stata专版
stata在macro loop 中出现__000001 not found 错误提示
10 个回复 - 5329 次查看 正式发表版 在运行一个stata宏循环程序时,出现“__000001 not found”的错误提示,也找了各种方法来解决,但仍无果,希望坛友能帮忙,在线等待。2012-5-26 19:31 - zjj526 - Stata专版