结果:找到“variable x already defined”相关内容11个,排序为按回复时间降序,搜索更多相关帖子请点击“高级
安慰剂检验Stata代码(随机处理解释变量500次)
19 个回复 - 8554 次查看 安慰剂检验Stata代码 示例数据:黄色为被解释变量,蓝色为解释变量,浅绿色为控制变量 安慰剂检验 让Exp(解释变量)对Risk(被解释变量)的冲击变得随机(由计算机生成),再使这个随机过程重复500次, ...2021-1-14 22:43 - Nochoal - 现金交易版
【更新】面板数据熵值法计算综合指数Stata代码(附示例数据)
500 个回复 - 199646 次查看 面板数据熵值法计算综合指数Stata代码 使用方法: 整理数据成类似格式 需要设置正向指标和负向指标 根据指标性质进行修改 如果全部为正向指标,改成这样 后面的代码一起无需改动,直 ...2018-11-23 14:42 - momingqimiao7 - 现金交易版
主成分分析中 出现variable XXX already defined
3 个回复 - 1883 次查看 predict MN TP PA (option regression assumed; regression scoring) variable MN already defined 这种情况应该怎么办呀 求各位大佬指点2023-8-13 15:27 - 嘿哈小熊饼干 - Stata专版
merge的时候为什么会提示variable _merge already defined????
27 个回复 - 33940 次查看 代码如下,请问哪里错了,为什么会出现这个提示??? import excel using data1.xlsx, firstrow clear destring Stkcd year, replace drop x1 sort Stkcd year save fdata1,replace import excel u ...2019-2-10 00:02 - 蠢猫猫 - Stata专版
在进行arch检验时,跑完程序发现提示variable et already defined,求大神帮忙看一下
0 个回复 - 434 次查看 ******ARCH效应检验***** varsoc returnrate_shangzhengfull,maxlag(12) //判断自回归阶数 regress returnrate_shangzhengfull l(1/2).returnrate_shangzhengfull / ...2023-7-3 15:36 - 以后必须早睡. - Stata专版
stata非参数回归报错:variable already defined把该变量删除后仍然报错
0 个回复 - 1005 次查看 进行非参数回归时系统自动生成变量_d_Mean_incidence1dvaccination_p,然后就报错说已被定义。 drop掉该变量之后,重新运行还是报错。 有没有人知道这个怎么处理呀? . npregress kernel incidence1 i.vaccinatio ...2023-4-13 15:55 - Hengiag - Stata专版
stata指令gen lny=log(y) variable lny already defined r(110);
2 个回复 - 3328 次查看 stata指令gen lny=log(y) variable lny already defined r(110);,如图,该怎么解决2022-11-5 11:21 - beast007 - 计量经济学与统计软件
面板数据xtcsd检验截面相关报错variable _merge already defined
3 个回复 - 5661 次查看 请教各位,用xtcsd,pes检验面板数据截面相关时,报错variable _merge already defined。而现在的面板数据中并没有_merge这个变量(drop _merge会显示variable _merge not found)。想问下要怎么解决这个问题呢? 十 ...2020-4-7 20:15 - Stella28 - Stata专版
出现variable dongbu already defined问题怎么解决
2 个回复 - 7149 次查看 命令如下,请大佬看一下 cd C:\Users\86178\Desktop\新建文件夹 use data.dta,clear **描述性统计 outreg2 using sum.doc, replace sum(log) title(Decriptive statistics) twoway(scatter lngdp year )(qf ...2020-12-26 15:37 - ciel32 - Stata专版
请问为什么drop merge后还是显示variable \_merge already defined
1 个回复 - 2471 次查看 如题为什么drop merge后还是显示variable \_merge already defined2018-12-8 01:55 - -wmy- - 爱问频道
SAS数字格式变为文字格式 WARNING Variable ____ has already been defined as nume
3 个回复 - 2745 次查看 请问若由SAS资料档读取资料,变数为数字格式,如何直接在SAS中将变数从数字格式变为文字格式?[/backcolor] 我新增变数或使用PUT STEATMENT转换也不行,都会显示[/backcolor]WARNING Variable ____ has already been d ...2014-1-5 03:34 - Rene.Huang - SAS专版
SAS 从数字格式变为文字格式WARNING:Variable _ has already been defined as numeric
3 个回复 - 3384 次查看 请问若由SAS资料档读取资料,变数为数字格式,如何直接在SAS中将变数从数字格式变为文字格式? 我新增变数或使用PUT STEATMENT转换也不行,都会显示WARNING Variable ____ has already been defined as numeric. 求解 ...2014-1-5 03:26 - Rene.Huang - SAS专版