楼主: zljwanzi25
5098 5

[问答] 逻辑回归程序如何解读 [推广有奖]

  • 0关注
  • 1粉丝

博士生

52%

还不是VIP/贵宾

-

威望
0
论坛币
1775 个
通用积分
0
学术水平
0 点
热心指数
2 点
信用等级
0 点
经验
763 点
帖子
180
精华
0
在线时间
327 小时
注册时间
2006-11-22
最后登录
2021-12-6

+2 论坛币
k人 参与回答

经管之家送您一份

应届毕业生专属福利!

求职就业群
赵安豆老师微信:zhaoandou666

经管之家联合CDA

送您一个全额奖学金名额~ !

感谢您参与论坛问题回答

经管之家送您两个论坛币!

+2 论坛币
我一本书里看到一个程序,关于逻辑回归的,哪位高手能给我解释一下标黄部分的代码是什么意思?在帮助文件里的文字我都看了,但还是不明白到底要实现什么。请高手解释的清楚一些。
其中 res是分类变量,dda ddabal dep depamt   cashbk checks 是数值变量,ins是因变量。res有三个值‘R’、‘S’、‘U’。

proc logistic data=develop des;
   class res (param=ref ref='S');
   model ins = dda ddabal dep depamt  
               cashbk checks res  
               / stb;
   units ddabal=1000 depamt=1000;
run;

二维码

扫码加我 拉你入群

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

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

关键词:逻辑回归 logistic ogistic Develop logisti run develop

沙发
邓贵大 发表于 2013-5-16 03:33:52 |只看作者 |坛友微信交流群
(1) Parameterizations - read http://support.sas.com/documenta ... com_a0000003002.htm
the default is PARAM=EFFECT for PROC LOGISTIC

To better understand the concepts, enable option OUTDESIGN= in the PROC LOGISTIC statement to show the current parameterization used by the model.

(2) UNITS - read http://support.sas.com/documenta ... ogistic_sect026.htm
'units ddabal=1000' specifies that the odds ratio of ddabal is per 1000 increase

Be still, my soul: the hour is hastening on
When we shall be forever with the Lord.
When disappointment, grief and fear are gone,
Sorrow forgot, love's purest joys restored.

使用道具

藤椅
zljwanzi25 发表于 2013-5-16 11:06:38 |只看作者 |坛友微信交流群
英文不太好,不过还是看懂了,发给我的文章,多谢!另,您提到的option outdesign= 选项如何使用啊?比如用我上面给出的程序,如何把这个选项加进去。

使用道具

板凳
邓贵大 发表于 2013-5-16 20:39:51 |只看作者 |坛友微信交流群
my english level is way below you, but you still have to read when there are no other alternatives.
Be still, my soul: the hour is hastening on
When we shall be forever with the Lord.
When disappointment, grief and fear are gone,
Sorrow forgot, love's purest joys restored.

使用道具

报纸
henryyhl 发表于 2013-5-16 23:13:25 |只看作者 |坛友微信交流群
(param=ref ref='S')这个是指的一种矩阵形式,以“s”为参照组,通过制定param=ref得出的β值正好是ln(OR),否则得出的β值不好解释,但是制定不同的param得出的OR值是一样的。
参看版主博客:http://blog.sina.com.cn/s/blog_41889b900101fskx.html
其他的就不理解了。
It's not going to be easy, but it is going to be worth it.

使用道具

地板
lhf1218 发表于 2014-8-18 04:27:20 |只看作者 |坛友微信交流群
学习了

使用道具

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

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

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

GMT+8, 2024-4-27 01:54