全部版块 我的主页
论坛 数据科学与人工智能 数据分析与数据科学 SAS专版
2386 2
2010-12-31
悬赏 10 个论坛币 未解决
程序是这样的:
52   proc reg data=b;
53   model bhar= large_buy Dummy_insti ananum insti_sharept
53 ! fundsec_sharept BM1 size lowgrowth Ch_Cenratio P_Shcn1 Ch_Shcn1 Inddirpt
54   ;
55   run;


然后就出现了warning
WARNING: The variable _NAME_ or _TYPE_ exists in a data set that is not TYPE=CORR, COV, SSCP,
         etc.
那位高手给解答一下啊
二维码

扫码加我 拉你入群

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

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

全部回复
2010-12-31 15:39:46
吧数据传上来 ! 我给你run一下试试
二维码

扫码加我 拉你入群

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

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

2011-1-1 10:04:46
这个是我GOOGLE出来的,希望对你有帮助。

You must have produced the input dataset with PROC MEANS or PROC TRANSPOSE
or some other procedure that automatically enters new variables called
_type_ or _name_, which are expected in a dataset that is of the mentioned
types, e.g., a correlation dataset, but not expected in a "regular"
dataset PROC REG generally works with. And this leads to the additional
comment that if you happen to be running regressions on means of variables
(say produced with PROC MEANS), there is likely another, perhaps better,
way to do it without computing the summary stats first.
二维码

扫码加我 拉你入群

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

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

相关推荐
栏目导航
热门文章
推荐文章

说点什么

分享

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