Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
svyglm我正在尝试使用R包中的命令估计逻辑回归模型中的二阶多项式survey以考虑调查权重。特别是,我正在寻找条件效应和概率图。然而,所有尝试似乎都失败了。到目前为止,我尝试了包sjPlot中的函数margins,jtools和interplot以及使用I(var^2)and polynom(var, 2, raw=TRUE)。survey::svyglm软件包文档在-issue上没有提供太多帮助。任何有用包的提示以及上述包的正确语法规范都非常感谢!
svyglm
survey
sjPlot
margins
jtools
interplot
I(var^2)
polynom(var, 2, raw=TRUE)
survey::svyglm