Rounding summary statistics exported to LaTeX using esttab
问题 I want to export summary statistics table (mean, median, min, max, sd) to LaTeX using the community-contributed command esttab but rounding the reported statistics to two decimals. Below is my Stata code: eststo sumstats1: quietly estpost sum var1 var2 var3, detail esttab sumstats1, cells("mean p50 min max sd") nonumbers label esttab sumstats1 using "$repodir/output/tables/sumstats.tex", booktabs /// label nonumbers cells("mean p50 min max sd") replace My results show summary statistics but