Is there a workaround for this?
Here's a simple example that works without rccol (I commented out the rccol line and replaced with regular formatting the line below)
Attached image is how this looks (without rccol, with rccol stuff is all over the place)
Code: Select all
\usepackage{booktabs,multirow,array,rccol}
\begin{table}[htbp]
\centering
\caption{Mean and Standard Deviation of stuff.}
\footnotesize
\resizebox{\textwidth}{!}{%
%\begin{tabular}{@{}ccR[.][.]{3}{3}R[.][.]{3}{3}R[.][.]{3}{3}R[.][.]{3}{3}@{}}
\begin{tabular}{@{}cccccc@{}}
\addlinespace
\toprule
& & \multicolumn{2}{c}{} & \multicolumn{2}{c}{stats} \\
& & \multicolumn{2}{c}{line1} & \multicolumn{2}{c}{method} \\
& & \multicolumn{2}{c}{line2} & \multicolumn{2}{c}{length, } \\
& & \multicolumn{2}{c}{(segments)} & \multicolumn{2}{c}{100 samples)} \\
\cmidrule(lr{0.75em}){3-4}
\cmidrule(lr{0.75em}){5-6}
\multirow{2}[0]{*}{Case} & Distribution of & \multicolumn{1}{c}{$\mu$} & \multicolumn{1}{c}{$\sigma$} & \multicolumn{1}{c}{$\mu$} & \multicolumn{1}{c}{$\sigma$} \\
& segments & \multicolumn{1}{c}{(unit)} & \multicolumn{1}{c}{(unit)} & \multicolumn{1}{c}{(unit)}& \multicolumn{1}{c}{(unit)} \\
\midrule
somestuff & (2 parameter) & 233.476 & 12.232 & 202.953 & 13.300 \\
\midrule
stuff1 & \multirow{4}{*}{some shared par.} & \multirow{4}{*}{223.105} & \multirow{4}{*}{1.345} & 234.094 & 1.000 \\
stuff2 & & & & 259.106 & 1.022 \\
stuff3 & & & & 258.662 & 0.895 \\
stuff4 & & & & 259.599 & 0.547 \\
\bottomrule
\end{tabular}}%
\label{tab:stuff}%
\end{table}%