全部版块 我的主页
论坛 数据科学与人工智能 数据分析与数据科学 SAS专版
1609 7
2013-05-30
1.jpg
加上PRINT;也不行.程序运行以后,还是重新做了之前MODEL里的回归. 请问各位,我的代码哪里写错了?!
二维码

扫码加我 拉你入群

请注明:姓名-公司-职位

以便审核进群资格,未注明则拒绝

全部回复
2013-5-30 10:32:30
求助各位
二维码

扫码加我 拉你入群

请注明:姓名-公司-职位

以便审核进群资格,未注明则拒绝

2013-5-30 11:12:26
your code looks awesome. honestly, I won't be able to do a better job. maybe there's something wrong with your data. Are all sqdu's missing?
二维码

扫码加我 拉你入群

请注明:姓名-公司-职位

以便审核进群资格,未注明则拒绝

2013-5-30 14:45:49
邓贵大 发表于 2013-5-30 11:12
your code looks awesome. honestly, I won't be able to do a better job. maybe there's something wrong ...
DATA没有问题的.
可以在MODEL后面加上SQDU来实现.
这也正是我苦恼的地方
二维码

扫码加我 拉你入群

请注明:姓名-公司-职位

以便审核进群资格,未注明则拒绝

2013-5-30 18:01:29
把add和model之间的run 去掉试试? 或者把sqdu加到 _col8的后面
二维码

扫码加我 拉你入群

请注明:姓名-公司-职位

以便审核进群资格,未注明则拒绝

2013-5-31 01:00:31
Hi, so surprised that it is not working when adding PRINT statement:
proc reg; var; model; run; add; print; run;..; quit;

As my understanding, ADD will add a variable to the previous model and refit the model. PRINT will print the results out. That is, without PRINT, you may get an updated table from OUTPUT statement but not a new table from ODS OUTPUT statement because it depends on the print out. Of course, without PRINT, you won’t see the results from listing window.
If the following code not working, you may run into a true trouble:

PROC REG;
….;
RUN;
ADD ; PRINT; RUN;
Jingju
二维码

扫码加我 拉你入群

请注明:姓名-公司-职位

以便审核进群资格,未注明则拒绝

点击查看更多内容…
相关推荐
栏目导航
热门文章
推荐文章

说点什么

分享

扫码加好友,拉您进群
各岗位、行业、专业交流群