Dear Stata Members
I use the following outreg2 (user written command) command
How can I tell Stata to consider decimals to 3 points with respect to beta estimates, SE, R square measures and so on.
I use the following outreg2 (user written command) command
Code:
outreg2 using myresults.doc, title(Baseline Full years) ctitle(firm_value) replace addtext(Firm Fixed Effects, YES, Year Fixed Effects, YES, Industry-Year Interaction,YES) addstat(Adj R-squared, e(r2_a), R-square within, e(r2_within), No:of firms, e(N_clust), F-Stat, e(F))
Comment