I've searched the forum for any answers to this but haven't found one. Is there a way to add additional space in specific rows without interrupting column lines?
For instance, the attached images that show what I would like (the first attachment using a table in Word with additional space before and after the horizontal lines with continuous column lines) and what I keep getting (the second attachment).
Coding-wise, I'm using this (with booktabs package):
Code: Select all
\begin{tabular}[t]{ l c | c c | c c }
\toprule
& & Not & & & Odds \\
& n & dependent & Dependent & Prop & (Prop$/$(1-Prop)) \\
\midrule
Female & 4573 & 4317 & 256 & 0.056 & 0.059 \\
Male & 4603 & 3904 & 699 & 0.152 & 0.179 \\
\midrule
Total & 9176 & 8221 & 955 \\
\bottomrule
\end{tabular}