【发布时间】:2014-06-17 10:39:35
【问题描述】:
如何用花括号将下面输出中“N”行中的所有数字括起来?有没有我可以定义的自定义格式来做到这一点?而不是输出“74”,我需要输出“{74}”。
sysuse auto, clear
eststo clear
eststo: regress price weight mpg
test (_cons=0) (_b[weight]=1)
esttab, stats(N, fmt(0))
【问题讨论】:
标签: stata