全部版块 我的主页
论坛 数据科学与人工智能 数据分析与数据科学 SAS专版
2905 1
2017-11-16
悬赏 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 ...
二维码

扫码加我 拉你入群

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

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

全部回复
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
二维码

扫码加我 拉你入群

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

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

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

说点什么

分享

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