楼主: guo.bailing
9088 6

用SAS怎么实现 利用赤池AIC信息量最小准则 求最优子集回归模型啊 [推广有奖]

区版主

大师

29%

还不是VIP/贵宾

-

TA的文库  其他...

文库1

文库2

文库3

威望
6
论坛币
1336375 个
通用积分
20283.0375
学术水平
558 点
热心指数
776 点
信用等级
515 点
经验
147046 点
帖子
4116
精华
24
在线时间
10746 小时
注册时间
2009-7-9
最后登录
2024-4-17

初级热心勋章 中级热心勋章 初级信用勋章 初级学术勋章

1论坛币
如题,,,

希望高手解答。。。。。。

最佳答案

puxingrong 查看完整内容

给你个程序和说明: proc reg data=jobprof; model y=x1 x2 x3 x4/selection = adjrsq cp aic sbc; run; A few notes: (1) depending on which option is specified first on the right hand side of the equation “selection=”, SAS will use that option as the selection method and will report values for all other options specified after the first option. For example, selection=adjrsq cp aic sbc means ...
关键词:回归模型 信息量 AIC SAS 准则 AIC 子集 信息量

本帖被以下文库推荐

自助者,天助之!
沙发
puxingrong 发表于 2010-11-4 21:32:42 |只看作者 |坛友微信交流群
给你个程序和说明:
proc reg data=jobprof;
   model y=x1 x2 x3 x4/selection = adjrsq cp aic sbc;
run;

A few notes:
(1) depending on which option is specified first on the right hand side of the equation “selection=”, SAS will use that option as the selection method and will report values for all other options specified after the first option. For example, selection=adjrsq cp aic sbc means selecting best subset model using adjusted R square as criterion, report values in order for cp, aic and sbc.
(2) In SAS 9.1 version that we are currently using, SAS doesn’t use AIC and SBC for selecting best subset model. Therefore, we can not  put “aic” or “sbc” as first option for “selection=”.  If we want to use AIC or SBC as selection method, we can specify slection=adjrsq aic sbc to get AIC and SBC value and then conduct selection by ourselves.
数据的奥秘!!!

使用道具

藤椅
09102030120 发表于 2013-12-9 20:36:09 |只看作者 |坛友微信交流群
谢谢呢,哈哈

使用道具

板凳
mosquitog 发表于 2014-4-3 15:21:43 |只看作者 |坛友微信交流群
puxingrong 发表于 2010-11-4 21:32
给你个程序和说明:
proc reg data=jobprof;
   model y=x1 x2 x3 x4/selection = adjrsq cp aic sbc;
您好,请问cp是什么?

使用道具

报纸
ylj630524 发表于 2015-12-11 14:41:40 |只看作者 |坛友微信交流群
mosquitog 发表于 2014-4-3 15:21
您好,请问cp是什么?
Cp统计量最小准则是自变量选择的一种判别准则,Cp是Mallow's Cp统计量

使用道具

地板
刀剑林 发表于 2016-1-8 12:13:11 |只看作者 |坛友微信交流群
好方法,牛人

使用道具

7
狗小白 在职认证  发表于 2021-3-17 11:19:58 |只看作者 |坛友微信交流群
puxingrong 发表于 2010-11-4 21:32
给你个程序和说明:
proc reg data=jobprof;
   model y=x1 x2 x3 x4/selection = adjrsq cp aic sbc;
超级感谢!!

使用道具

您需要登录后才可以回帖 登录 | 我要注册

本版微信群
加好友,备注cda
拉您进交流群

京ICP备16021002-2号 京B2-20170662号 京公网安备 11010802022788号 论坛法律顾问:王进律师 知识产权保护声明   免责及隐私声明

GMT+8, 2024-4-20 04:55