【发布时间】:2021-12-06 19:34:43
【问题描述】:
我有一个模型:
mixed.lmer.str.df
我正在使用 LmerTest。总结如下:
Summary 我想把它导出到乳胶, 问题是,与我在不同示例中看到的不同,即使我将所有参数设置为“真”,它仍然没有显示、条件和调整后的 Rsquare,尽管我在使用 Tab_Model 时可以看到它们。
代码:
mixed.lmer.str.df
总结(mixed.lmer.str.df)
tab_model(mixed.lmer.str.df)
texreg(mixed.lmer.str.df,booktabs = TRUE, include.aic = TRUE, include.bic = TRUE, include.dic = TRUE,include.deviance = TRUE, include.loglik = TRUE,include.nobs = TRUE,include.groups = TRUE,include.variance = TRUE)
你能告诉我是什么问题吗?
【问题讨论】:
-
你能分享你的
texreg::extract()代码吗? -
您需要显示生成输出的代码。
-
mixed.lmer.str.df