结果:找到“\_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出现__000001 not found是出了什么问题
18 个回复 - 14716 次查看
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运行时显示variable __000001 not found
3 个回复 - 4999 次查看
代码如下
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专版