\documentclass{standalone} \usepackage{booktabs} \usepackage{fontspec} \setmainfont{Arial} \renewcommand{\arraystretch}{1.4} \setlength{\tabcolsep}{6pt} \begin{document} \begin{tabular}{@{\hskip 0.3cm}l@{\hskip 1.3cm}rrr@{\hskip 0.3cm}} \toprule & Wood density & SLA & Maximum height \\ \midrule $m_0$ & 0.016 (0.127) & -0.087 (0.132) & 0.084 (0.089) \\ $\gamma$ & \textbf{0.418 (0.011)} & \textbf{0.401 (0.012)} & \textbf{0.42 (0.01)} \\ $m_1$ & \textbf{-0.149 (0.036)} & \textbf{0.119 (0.057)} & 0.063 (0.04) \\ $m_2$ & \textbf{0.111 (0.003)} & \textbf{0.093 (0.003)} & \textbf{0.081 (0.002)} \\ $m_3$ & \textbf{0.053 (0.002)} & \textbf{0.056 (0.003)} & \textbf{0.048 (0.002)} \\ $\alpha_{0 \, \rm intra}$ & \textbf{0.24 (0.037)} & \textbf{0.213 (0.052)} & \textbf{0.194 (0.046)} \\ $\alpha_{0 \, \rm inter}$ & \textbf{0.086 (0.022)} & \textbf{0.071 (0.025)} & \textbf{0.094 (0.024)} \\ $\alpha_e$ & \textbf{0.034 (0.016)} & \textbf{-0.083 (0.023)} & 0.017 (0.026) \\ $\alpha_t$ & \textbf{0.069 (0.021)} & -0.009 (0.033) & \textbf{-0.071 (0.032)} \\ $\alpha_d$ & 0 (0.009) & -0.018 (0.015) & \textbf{-0.017 (0.008)} \\ $R^2_m$* & 0.1393 & 0.1637 & 0.1429 \\ $R^2_c$* & 0.7297 & 0.7593 & 0.7166 \\ $\Delta$ AIC & 0 & 0 & 0 \\ $\Delta$ AIC no trait & 2469 & 1651 & 2748 \\ \bottomrule \end{tabular} \end{document}