序列逻辑回归(或Beta回归)在R中具有LASSO正则化?

发布于 2025-02-07 18:23:31 字数 343 浏览 3 评论 0 原文

我想知道是否有人会知道一个r套件,它可以让我与套索正则化合适的序数逻辑回归,还是在套索中仍然是beta回归?而且,如果您还知道一个很好的教程可以帮助我编码R(具有适当的交叉验证),那会更好!

某些上下文:我的响应变量是0到10之间的满意度得分(实际上,值在2到10之间),因此我可以用beta回归对其进行建模,否则我可以将其值转换为排名类别。我的兴趣是识别重要变量解释 与我的样本量相比,我有太多潜在的解释变量( p = 12)( p = 12) ( n = 105),我需要使用惩罚回归方法进行模型选择,因此我对套索的兴趣。

I was wondering if someone would know an R package that would allow me to fit an Ordinal Logistic regression with a LASSO regularization or, alternatively, a Beta regression still with the LASSO? And if you also know of a nice tutorial to help me code that in R (with appropriate cross-validation), that would be even better!

Some context: My response variable is a satisfaction score between 0 and 10 (actually, values lie between 2 and 10) so I can model it with a Beta regression or I can convert its values into ranked categories. My interest is to identify important variables explaining this score but as I have too many potential explanatory variables (p = 12) compared to my sample size (n = 105), I need to use a penalized regression method for model selection, hence my interest in the LASSO.

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

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

发布评论

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

评论(1

汹涌人海 2025-02-14 18:23:31

ordinalnet 软件包执行此操作。这里有一篇论文,例如:
https://wwwww.statsoft.org/article.org/article/article/article/download/download/download/download/download/v099i06/144444440

另外 glmnetcr 软件包:

The ordinalNet package does this. There's a paper with example here:
https://www.jstatsoft.org/article/download/v099i06/1440

Also the glmnetcr package: https://cran.r-project.org/web/packages/glmnetcr/vignettes/glmnetcr.pdf

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