I cannot get rid of the "Overfull \hbox" error message.
Code: Select all
\newcolumntype{R}{>{\raggedleft\arraybackslash}X}%
\newcolumntype{L}{>{\raggedright\arraybackslash}X}%
\begin{table}[H] \footnotesize
\centering
\caption{A table heading}
\begin{tabularx}{\textwidth}{@{ } l R R@{.}L R@{.}L R@{.}L R@{.}L R@{.}L R@{.}L @{ }}%
\toprule
& & \multicolumn{2}{c}{lag 1} & \multicolumn{2}{c}{lag 2} & \multicolumn{2}{c}{lag 3} & \multicolumn{2}{c}{lag 4} & \multicolumn{2}{c}{lag 5} & \multicolumn{2}{c}{lag 6} \\
\midrule
ABC & 38 & 1.281 & 7.180 & 1.026 & 9.222 & 2572.5 & 89.5 & 0.106 & 86.8 \\
DEF & 121 & 0.879 & 3.107 & -0.564 & 9.182 & 457.0 & 95.9 & 0.122 & 94.2 \\
\bottomrule
\end{tabularx}%
\caption*{Some more caption...}
\end{table}%