Example 4. Typical format for non-economics journals
Some journals often prefer t-statistics to standard errors and don't use asterisks to denote
statistical significance. The tstat option replaces standard error statistics with t-statistics, the
bracket option replaces parentheses with brackets, and the noaster option suppresses asterisks. The
title option adds a title at the top of the outreg2 table. The title requires quotation marks
because it contains a comma. Note that the decimal places specified by the bdec option apply to both
the coefficients and the standard errors.
regress mpg foreign weight
(output omitted)
outreg2 using auto3, tstat bdec(2,5,2) bracket noaster title("Please, no standard errors!")
seeout
v1 v2 Notes_Titles
Please, no standard errors!
COEFFICIENT mpg
t statistics in brackets
foreign -1.65
[-1.53]
weight -0.00659
[-10.3]
Constant 41.68
[19.2]
Observations 74
R-squared 0.66