\begin{table}[htbp]%\caption{Summary statistics}
\centering
\scriptsize
\renewcommand\arraystretch{0.8}
\setlength\tabcolsep{2pt}
\begin{tabular}{@{}lS[table-format=-2.8,table-align-text-post=false]@{\,}rS[table-format=-2.6,table-align-text-post=false]@{\,}rS[table-format=-2.8,table-align-text-post=false]@{\,}r@{}}
\toprule
& \multicolumn{1}{c}{(1)}
& \multicolumn{1}{c}{(2)}
& \multicolumn{1}{c}{(3)} \\
\cmidrule(ll){2-3}\cmidrule(ll){4-5}\cmidrule(ll){6-7}
& {netinmargin}
& {liqdtyratio}
& {offdep}
\\
\midrule
GDP & -0.0452* & -0.00709** & -0.790* \\
roe & 0.0908*** & 3.961* & 0.296* \\
dbacba & -0.0924***& -0.00684* & -0.346*** \\
dbagdp & 0.121***& -0.0191*** & 2.223*** \\
cbagdp & -0.104*** & -0.0112** & \\
fdgdp & 0.170*** & 0.0139*** & \\
stmktcap & -0.0313*** & -0.000374*** & \\
listco\_pc & -0.000903*** & 0.0000722*** & \\
llgdp & -0.239*** & -0.125** & -1.968***\\
overhead & 0.669*** & & \\
cbagdp & -0.342***& & \\
infltn & 0.0269** & & \\
stvaltraded & 0.175*** & & \\
bcbd & -0.00621*** & & \\
ll\_usd & -0.00000177*** & -0.000398*** & \\
stmktcap & & & -0.0154** \\
xregcon & & -0.0493* & \\
fdi & & -0.375 & \\
roa & & -5.581*** & \\
stturnover & 9.844*** & 2.668*** & 80.35*** \\
\_cons & -2.028 & 36.10*** & -0.00571*** \\[2pt]
\hline \\
\(N\) & 116 & 181 & 132 \\
\(R^{2}\) & 0.882 & 0.719 & 0.607 \\
adj. \(R^{2}\)& 0.868 & 0.701 & 0.578 \\
\midrule[1pt] \\
\end{tabular}
\end{table}
答案1
编辑: 考虑埃格尔评论(非常感谢,egreg)。
尝试以下操作(我假设有一列文档):
\begin{table}[htbp]%
\caption{Summary statistics}
\centering
\small
\sisetup{table-space-text-post={***},
table-align-text-post=false}
% \renewcommand\arraystretch{0.8}
\begin{tabular}{@{}l
S[table-format=-1.8]
S[table-format=-2.8]
S[table-format=-1.5]
@{}}
\toprule
& {(1)} & {(2)} & {(3)} \\
& {netinmargin} & {liqdtyratio} & {offdep} \\
\midrule
GDP & -0.0452\sym{*} & -0.00709** & -0.790\sym{*} \\
roe & 0.0908\sym{***} & 3.961\sym{*} & 0.296\sym{*} \\
dbacba & -0.0924\sym{***} & -0.00684\sym{*} & -0.346\sym{***} \\
dbagdp & 0.121\sym{***} & -0.0191\sym{***} & 2.223\sym{***} \\
cbagdp & -0.104\sym{***} & -0.0112\sym{**} & \\
fdgdp & 0.170\sym{***} & 0.0139\sym{***} & \\
stmktcap & -0.0313\sym{***} & -0.000374\sym{***} & \\
listco\_pc & -0.000903\sym{***} & 0.0000722\sym{***} & \\
llgdp & -0.239\sym{***} & -0.125\sym{**} & -1.968\sym{***} \\
overhead & 0.669\sym{***} & & \\
cbagdp & -0.342\sym{***} & & \\
infltn & 0.0269\sym{**} & & \\
stvaltraded & 0.175\sym{***} & & \\
bcbd & -0.00621\sym{***} & & \\
ll\_usd & -0.00000177\sym{***} & -0.000398\sym{***} & \\
stmktcap & & & -0.0154\sym{**} \\
xregcon & & -0.0493\sym{*} & \\
fdi & & -0.375 & \\
roa & & -5.581\sym{***} & \\
stturnover & 9.844\sym{***} & 2.668\sym{***} & 80.35 \\
\_cons & -2.028 & 36.10\sym{***} & -0.00571\sym{***} \\
\midrule
\(N\) & {116} & {181} & {132\quad} \\
\(R^{2}\) & {0.882} & {0.719} & {0.607} \\
adj. \(R^{2}\)
& {0.868} & {0.701} & {0.578} \\
\bottomrule
\end{tabular}
\end{table}
您的代码和表格代码之间的比较将显示差异(列数、缺少的“&”符号、格式化列……)
在我的表测试平台中我获得:
答案2
迟做总比不做好(我想在七个小时前发布这个,但问题被关闭了):基本上,你只需要在序言中包括软件包siunitx
和booktabs
。这样会生成表格,但结果不是很好:
下面的示例还展示了表格中的某些修复以及其他小改动,以提高源代码和最终 PDF 的可读性。
\documentclass{article}
\usepackage{siunitx,booktabs}
\usepackage[utf8]{inputenc}
\usepackage{newunicodechar,textcomp}
\newunicodechar{·}{\textsuperscript{*}}
\begin{document}
\begin{table}[htbp]
\caption{Summary statistics}
\centering
\renewcommand\arraystretch{1} % this is the default
\begin{tabular}{@{}l*3{S[table-format=-3.10,table-align-text-post=false]}@{}}
\toprule
& {(1)} & {(2)} & {(3)} \\
\cmidrule(l){2-2}\cmidrule(l){3-3}\cmidrule(l){4-4}
& {netinmargin} & {liqdtyratio} & {offdep} \\
\midrule
GDP & -0.0452· & -0.00709·· & -0.790· \\
roe & 0.0908··· & 3.961$· & 0.296·· \\
dbacba & -0.0924··· & -0.00684· & -0.346··· \\
dbagdp & 0.121··· & -0.0191··· & 2.223··· \\
cbagdp & -0.104··· & -0.0112·· & \\
fdgdp & 0.170··· & 0.0139··· & \\
stmktcap & -0.0313··· & -0.000374··· & \\
listco\_pc & -0.000903··· & 0.0000722··· & \\
llgdp & -0.239··· & -0.125·· & -1.968···\\
overhead & 0.669··· & & \\
cbagdp & -0.342··· & & \\
infltn & 0.0269·· & & \\
stvaltraded & 0.175··· & & \\
bcbd & -0.00621··· & & \\
ll\_usd & -0.00000177··· & -0.000398··· & \\
stmktcap & & & -0.0154·· \\
xregcon & & -0.0493· & \\
fdi & & -0.375 & \\
roa & & -5.581··· & \\
stturnover & 9.844··· & 2.668··· & 80.35··· \\
\_cons & -2.028 & 36.10··· & -0.00571··· \\
\midrule
\(N\) & 116 & 181 & 132 \\
\(R^{2}\) & 0.882 & 0.719 & 0.607 \\
adj. \(R^{2}\) & 0.868 & 0.701 & 0.578 \\
\bottomrule
\end{tabular}
\end{table}
\end{document}