ANN: RegressionTables.jl produces publication-quality regression tables

For the Latex output of regression results, how to show the t values instead of standard errors in parentheses?

From the readme:

Hence, from the example

regtable(rr1,rr2,rr3,rr4; renderSettings = latexOutput(), below_statistic = :tstat)

should generate what you are looking for.

2 Likes