2599 1

[学习分享] 请教:SAS中logistic回归如何输出Pseudo R-Squared? [推广有奖]

  • 0关注
  • 0粉丝

硕士生

74%

还不是VIP/贵宾

-

威望
0
论坛币
166 个
通用积分
5.7001
学术水平
0 点
热心指数
0 点
信用等级
0 点
经验
946 点
帖子
49
精华
0
在线时间
273 小时
注册时间
2013-1-10
最后登录
2024-4-2

10论坛币
请教,采用SAS做logistic回归,如何输出Pseudo R-Squared?

最佳答案

popodan 查看完整内容

看下这个例子: SAS gives the likelihood-based pseudo R-square measure and its rescaled measure. Categorical Data Analysis Using The SAS System, by M. Stokes, C. Davis and G. Koch offers more details on how the generalized R-square measures that you can request are constructed and how to interpret them. proc logistic data = hsb2;   class prog(ref='1') /param = ref;   model hiwrite(eve ...
关键词:logistic回归 logistic ogistic logisti Squared
沙发
popodan 在职认证  发表于 2017-11-16 04:35:21 |只看作者 |坛友微信交流群
看下这个例子:
SAS gives the likelihood-based pseudo R-square measure and its rescaled measure. Categorical Data Analysis Using The SAS System, by M. Stokes, C. Davis and G. Koch offers more details on how the generalized R-square measures that you can request are constructed and how to interpret them.
proc logistic data = hsb2;
  class prog(ref='1') /param = ref;
  model hiwrite(event='1') = female prog read math / rsq lackfit;
run;


from http://www.ats.ucla.edu/stat/sas/seminars/sas_logistic/logistic1.htm

使用道具

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

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

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

GMT+8, 2024-4-28 20:20