作者loswin (loswin)
看板Statistics
标题Re: [程式] sas跑回归问题
时间Wed Jan 27 23:24:04 2010
: Data capm;
: set capm;
: yy=YEAR(date);
: run;
: proc sort data=capm;
: by cusip yy;
: proc reg data=capm outest=sas.beta;
: model Ri=Rm;
: by cusip yy ;
: run;
不好意思,想再请问一下我跑资料的过程,有出现几次奇怪的视窗
Window is full and must be cleared. Select
□ F to file
□ P to print
□ S to save or
□ C to clear the window without saving
我都按X把它取消掉,没有选择,请问这代表什麽意思?
会不会导致有些资料结果没跑出来
--
※ 发信站: 批踢踢实业坊(ptt.cc)
◆ From: 140.116.243.66
1F:推 west1996:应该是output视窗装不下你跑出来的所有结果,不影响结果 01/28 00:14
2F:→ west1996:如果要避免这种状况似乎可以用noprint这个指令? 01/28 00:14