File size: 382 Bytes
f81d4f9 | 1 2 3 4 5 6 7 8 9 10 11 12 13 | {
\def\sym#1{\ifmmode^{#1}\else\(^{#1}\)\fi}
\begin{tabular}{l*{1}{ccc}}
\hline\hline
&\multicolumn{3}{c}{(1)} \\
&\multicolumn{3}{c}{} \\
& mean& sd& max\\
\hline
Distance (in miles) & 8.27& 5.14& 25.37\\
\hline\hline
\end{tabular}
}
|