提问人:PCK1992 提问时间:6/22/2023 更新时间:7/2/2023 访问量:117
R 函数类似于 Stata mlogtest 命令
R function similar to Stata mlogtest command
问:
是否有类似于 Stata 命令的 R 函数?如果模型中因变量的任何类别可以相互组合,则执行多个 Wald 检验是一个方便的函数。mlogtest, combine
以下是文档 https://www.stata.com/stb/stb58/sg155/mlogtest.hlp
和描述^combine^ computes Wald tests of whether two outcomes in the ^mlogit^ can be combined.
答:
0赞
august2020
6/26/2023
#1
看起来之前提供了一个答案来自己计算它,无论是手动还是借助car::linearHypothesis
此外,CRAN 上的 {mlogit} 包括 Hausman-McFadden 检验,用于检验 IIA 假设(不相关替代方案的独立性),这是 Stata 提供的第二个检验mlogtest
评论