广义 R 平方 (Naglekerkes R^2)

发布于 2024-11-14 08:06:24 字数 184 浏览 3 评论 0原文

有人知道如何使用 R 计算 GLM 的 Naglekerkes 广义 R 平方吗?使用它进行计数数据回归有意义吗?

参考文献:

广义 R^2

“向下滚动到本文底部!”

does anybody know how to compute Naglekerkes generalized R Squared for GLMs using R? And does it makes any sence to use it for count data regression?

References:

generalized R^2

"Scroll down at to the bottom of this article!"

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

云胡 2024-11-21 08:06:24

尝试

library(sos)  ## you may have to install.packages("sos") first
findFn("nagelkerke")

在各种包中查找函数:最有用的可能是 rms 包(Design 包的更新版本)中的 lrmfmsb 包中的 >NagelkerkeR2。尽管如果“计数数据回归”指的是泊松模型而不是二项式/二元模型,则 lrm 不会为您做到这一点。但另一个应该。

我不明白为什么它不适用于计数数据(泊松回归)......尽管总是有人争论 R2 的各种类似物一旦超出了 R2 的领域有多大用处普通线性模型...

Try

library(sos)  ## you may have to install.packages("sos") first
findFn("nagelkerke")

This finds functions in various packages: probably most useful are lrm in the rms package (an updated version of the Design package) and NagelkerkeR2 in the fmsb package. Although if by "count data regression" you mean a Poisson rather than a binomial/binary model, lrm won't do it for you. But the other should.

I don't see why it wouldn't apply to count data (Poisson regression) ... although there is always debate about how useful the various analogues of R2 are once you get outside the realm of ordinary linear models ...

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文