Stata 错误:'command esttab is unrecognized' 解决方法
如果 Stata 中显示'command esttab is unrecognized',则可能需要安装estout或esttab相关的外部命令包。可以通过以下命令安装:
. ssc install estout
或
. ssc install esttab
如果上述命令无法安装,可以尝试使用以下命令:
. net install estout, from('https://github.com/gpoore/estout/raw/master/src/')
或
. net install esttab, from('https://github.com/jefflinderoth/estout/raw/master/src/')
原文地址: https://www.cveoy.top/t/topic/o0lj 著作权归作者所有。请勿转载和采集!