【发布时间】:2022-07-27 03:48:24
【问题描述】:
我在 R 中使用 fixst 库中的 feols,然后使用 texreg / htmlreg 创建表。我想从我的表中排除几个拟合优度度量(AIC、BIC、对数似然等),但 texreg 将我的回归解释为 broom 包中的一个对象:
1: In doTryCatch(return(expr), name, parentenv, handler) :
texreg used the broom package to extract the following GOF measures, but could not cast them to numeric type: within.r.squaredtexreg used the broom package to extract the following GOF measures, but could not cast them to numeric type: pseudo.r.squared
根据文档,“extract.broom”很遗憾没有任何我可以排除 GOF 的参数。知道我该如何继续吗?
【问题讨论】: