【问题标题】:Estout: indicate() continuous/factorial interaction termsEstout:指示()连续/因子交互项
【发布时间】:2016-05-19 10:43:32
【问题描述】:

我试图指出回归是否包括阶乘和连续变量之间的交互项,如下所示:

sysuse auto
eststo: reg price mpg c.weight#i.rep78
esttab, indicate(Interaction = *rep78#c.weight)

我收到一个错误提示

系数 *rep78#c.weight 未找到

我尝试了许多调用系数的替代方法,但已经没有想法了。关于如何调用它的任何建议?

【问题讨论】:

  • 您的示例适用于 Stata 14。
  • 你有最新版本的 estout 吗?大约 2015 年 6 月。
  • 如果我的问题有帮助请采纳

标签: label latex regression stata


【解决方案1】:

您必须手动定义它们

1.rep78#c.weight
2.rep78#c.weight
etc

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 2020-12-29
    • 2014-02-19
    • 1970-01-01
    • 1970-01-01
    • 2021-05-06
    • 1970-01-01
    • 2021-07-20
    相关资源
    最近更新 更多