我做了六个回归分别保存在 m1 fe1 re1 m2 fe2 re2中,命令如下
logout,save(myoutput003) word replace ///
fix(6):esttab m1 fe1 re1 m2 fe2 re2,mtitle(model1 model2 model3 mode21 mode22 mode23) ///
b(%6.3f) se(%6.2f) star(* 0.1 ** 0.05 *** 0.01) ///
scalar(r2 r2_a N F) compress nogap
之前用11输出都很正常,但14出来的结果都无法对齐第一行的模型名称,该怎么做能调整过来?
附件列表