Dear all,

I was wondering how to add significance stars for F-stat in my tables with esttab. I tried with different options but I did not find a solution yet. The code I am using is the following:
Code:
esttab using OLS.rtf, title(OLS) nonumbers ///
        mtitles("Q1" "Q2" "Q3" "Q4" "Q5") ///
        b(%7.3f) se(%7.3f) scalars(F rmse) ar2(%7.3f)  star(* 0.10 ** 0.05 *** 0.01) nobase nolines
Thanks for your help.

Kind regards,
Francesco