我在运行钟经樊教授的Gauss讲义的命令时,加入变量名称的option
new;
load s[60,10]=data\share;
load m[60,1]=data\totalexp;
load c[60,2]=data\country;
d=(c[.,2]./="NA" .and c[.,2]./="EU");
y=s[.,1];
x=ones(60,1)~ln(m)~d;
output file=dummy.out reset;
_altnam="cnst"|"income"|"dummy"|"share";
call ols(0,y,x);
end;
但是输出结果并未如预期的现实输入的变量名,仍然是默认的x1,x2. 我尝试了其他选项如_olsres等,依然如故,
请问如何解决,是否程序中缺乏某些文件,我的版本是Gauss 10,是从论坛下载的,多谢各位老师
Valid cases: 60 Dependent variable: Y
Missing cases: 0 Deletion method: None
Total SS: 10706.924 Degrees of freedom: 57
R-squared: 0.451 Rbar-squared: 0.432
Residual SS: 5877.434 Std error of est: 10.154
F(2,57): 23.418 Probability of F: 0.000
Standard Prob Standardized Cor with
Variable Estimate Error t-value >|t| Estimate Dep Var
-------------------------------------------------------------------------------
CONSTANT 27.027405 6.349674 4.256503 0.000 --- ---
X1 -0.595106 0.554339 -1.073542 0.288 -0.110020 -0.292045
X2 17.897725 2.904133 6.162846 0.000 0.631589 0.663297


雷达卡




京公网安备 11010802022788号







