我有一张表格 - 看起来内容很密集。我想增加“测试”、“p”和“标准化 beta”列的宽度。有没有简单的方法?谢谢。
(这是我第一次使用 LaTex,因此如果这个问题是多余的并且有一个明显的答案,请原谅。但是,我找不到一种简单的方法来做到这一点。)
这是我的桌子:
\begin{table}
\centering
\begin{tabular}{ |l|l|l|l|l| }
\hline
\multicolumn{1}{|c|}{\textbf{Cognitive Domain}}
& \multicolumn{1}{|c|}{\textbf{test}}
& \multicolumn{1}{|c|}{\textbf{ p}}
& \multicolumn{1}{|c|}{\textbf{standardized beta}} \\ \hline
Attention & 1956 & 0.00171 ** & -0.0712969 \\ \hline
Crystalline Intelligence/Knowledge & 1783 & 0.02252 * & -0.06089968 \\ \hline
Working Memory & 1817 & 0.0044 ** & -0.072473819 \\ \hline
Learning & 1819 & 0.00475 ** & -0.075947316 \\ \hline
Executive & 1964 & 0.1204 & -0.043642248 \\ \hline
Fluency & 1828 & 0.14442 & -0.039730441 \\ \hline
Visoconstruction & 1825 & 0.113054 & -0.044836878 \\ \hline
Language & 1105 & 0.01200 * & -0.08003825 \\ \hline
Social Cognition & 1441 & 0.875277 & -0.004813098 \\ \hline
\end{tabular}
\end{table}