连老师:
论文视频-Opler,1999,JFE-
do文件中第410行:
*-屏幕显示
local beta "beta" //执行时选中此行,报告 Beta 系数
*
local m1 "tab2_1 tab2_2 tab2_3 tab2_4 tab2_5"
global order "_cons D_cash_mv4 D_sizesigma D_fmtarg deficit"
esttab `m1', mtitle(`m1') b(%6.3f) nogaps compress ///
star(* 0.1 ** 0.05 *** 0.01) `beta' ///
stats(N r2_a) order($order) label
local m2 "tab2_6 tab2_7 tab2_8 tab2_9 tab2_10"
esttab `m2', mtitle(`m2') b(%6.3f) nogaps compress ///
star(* 0.1 ** 0.05 *** 0.01) `beta' ///
stats(N r2_a) order($order) label
“执行时选中此行,报告 Beta 系数”,我执行了,可是出现错误:coefficient _cons not found
请教连老师:
为什么错误?怎么改?
谢谢!