结果:找到“Invalid specification”相关内容9个,排序为按回复时间降序,搜索更多相关帖子请点击“高级
使用临时文件进行merge时出现invalid file specification错误,请问应该怎么办啊?
2 个回复 - 924 次查看 这个是我的部分代码: use temp2, clear tempfile all_combinations egen year_province = group(year province) collapse (first) year_province, by(year province) save `all_combinations' use temp2, c ...2023-12-10 01:15 - 苏打水007 - Stata专版
请教一下大家,用Stata合并两个数据时出现invalid file specification
3 个回复 - 2881 次查看 和下边这个 merge 1:1 Stkcd year时出现 use"C:\Users\11617\Desktop\CSR最新数据\CSR\09-19RKS面板数据.dta" . merge 1:1 Stkcd year using invalid file specification r(198); end of do-file 想问一 ...2022-2-26 09:56 - KaTe51129 - Stata专版
求助:R语言提示“Invalid grouping factor specification”错误
2 个回复 - 1541 次查看 求助各位! R语言新手,想线性混合模型分析,数据:center和disease是分类变量,FP和Q5是连续变量。模型:Q5是应变量,disease、FP和两者的交互效应设为固定效应,center设为随机效应,包括截距和与FP的交互效应。 ...2021-11-30 22:10 - hnyear - R语言论坛
请问,johansen检验结果有2个方程但建VEC模型显示Invalid specification 什么情况?
0 个回复 - 416 次查看 我的johansen协整结果显示有两个协整方程,之后建立VEC模型时候number of cointergrating数量写的也是2,但是最后结果显示的出错。。。Invalid specification 是为什么呀?2021-10-31 21:30 - rubywang7 - EViews专版
使用sum2docx时出现“invalid specification; column misspecified”错误提示。寻求ba
4 个回复 - 3664 次查看 想要输出一个描述性统计的图,于是参考范例写了这个: sysuse nlsw88.dta,clear sum2docx age hours ttl_exp tenure using Table01.docx, /// append obs mean sd min median max /// title("Table 01:Des ...2020-9-6 15:18 - kangjjjj - Stata专版
stata 13for mac打开dta文件显示invalid file specification是为什么呀?
20 个回复 - 25413 次查看 求助,如题,为什么会这个样子?2014-12-16 17:06 - Resean56 - Stata专版
文件打不开,出现invalid file specification 的情况
0 个回复 - 5217 次查看 当我点击do 的一键运行(最右边的按键)的时候,就出现文件打不开的情况,导致后面的语句也都运行不了了。 但是如果我选择他在取点运行(点最右边的按键),就可以打开了。 如果我直接打开d ...2016-11-10 12:32 - M﹏鐧箪 - Stata专版
eviews回归提示: invalid specification for the breaking variables or coefficient
0 个回复 - 1385 次查看 如题,这是什么错误啊,我是按照userguide上面的操作步骤来的啊2016-4-2 14:02 - 蓝幽若 - EViews专版
使用boottest,但出现invalid file specification问题
0 个回复 - 2471 次查看 想使用boottest,试着先依范例内容执行,但出现诡异问题,有哪位可协助一下, 为什么安装OK,但执行boottest却会出现invalid file specification,然后lboottest.mlib会被砍掉? . clear . ssc install boottest ...2016-2-20 20:02 - jauhungyu - Stata专版