Estout: indicate() continuous/factorial 交互项

Estout: indicate() continuous/factorial interaction terms

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

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

我收到一条错误消息

coefficient *rep78#c.weight not found

我尝试了很多调用系数的替代方法,但 运行 没有想法。关于如何调用它有什么建议吗?

您必须手动定义它们

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