作者faceoflove56 (1234567)
看板Statistics
标题[程式] SAS资料过多,图跑不出来
时间Mon Mar 16 16:45:46 2015
[软体程式类别]:
SAS
[程式问题]:
资料处理
[软体熟悉度]:
低(1~3个月)
[问题叙述]:
小弟资料表中有2万多笔资料
用的语法为proc reg
这是2万多笔资料的结果
http://imgur.com/YDakavt
我把资料筛选後,用比较少的资料跑(3千5百笔)
http://imgur.com/h0OBv67 << Fit Diagram
http://imgur.com/3i4IJYw << Residual Diagram
不仅Residual diagram跑得出来,且还外加Fit Diagram
想请问是否资料量过大图表便无法显示,感谢
[程式范例]:
proc reg data=mylib.RegData;
where PRODA NE . and X1 NE . and X2 NE . and X3 NE . and X4 NE . and SIC<2000;
model PRODA = X1 X2 X3 X4;
title 'Real Activities Manipulation';
test X1=0, X2=0, X3=0, X4=0;
quit;
--
※ 发信站: 批踢踢实业坊(ptt.cc), 来自: 140.119.120.6
※ 文章网址: https://webptt.com/cn.aspx?n=bbs/Statistics/M.1426495549.A.EC7.html
※ 编辑: faceoflove56 (140.119.120.6), 03/16/2015 16:46:42
1F:推 alias: 测试资料共10万笔, 图表可正常显示 03/17 00:19