SAS是9.3版本的
数据是非平衡面板,从总长度来说有500多个时间,1500多个个体,总的样本量大概在50万个样本左右
第一个报错语句如下:
proc panel data=mylib.progress13;
id qstkcd qdate;
model hsl= hslindex retstd dsmvosd avclprice CORR / fixone;
run;
这一条回归语句报错的结果是:
ERROR: Java 虚拟机异常。java.lang.OutOfMemoryError: Java heap space。
ERROR: Java 虚拟机异常。java.lang.OutOfMemoryError: Java heap space。
是说我数据太多了么?
另一条回归语句如下:
proc panel data=mylib.progress13;
id qstkcd qdate;model illqdt= illqdtindex retstd dsmvosd avclprice CORR / fixone;
run;
报错结果如下:
ERROR: No residual in model to analyze. Computations will not be performed.
这个就完全不懂为啥了
求指教!



雷达卡


京公网安备 11010802022788号







