Follwing a question from making a small line gap in table
the words become
Std. Error Differ-
ence (%)
Can we make like:
Std. Error
Difference
(%)
My Full MWE:
\documentclass[12pt,oneside]{book}
\usepackage[showframe]{geometry}
\usepackage{amsmath}
\usepackage{ragged2e}
\usepackage{makecell, multirow, tabularx}
\renewcommand\theadfont{\small\bfseries} % for bold in table using \small
\renewcommand\theadgape{}
\usepackage[svgnames, table]{xcolor}
\usepackage{hhline, boldline}
\usepackage{seqsplit, caption} %for table spacing to second row
\usepackage{booktabs, ragged2e} % Use booktabs rules and get rid of vertical rules, ragged2e to ragged text
\usepackage{siunitx} %for table spacing to second row
\usepackage{threeparttable} %to add footnote below table
\usepackage{tabulary}
\usepackage{graphicx}
\begin{document}
\begin{table}[h!]
\centering
\begin{tabularx}{\textwidth}{>{\raggedright\arraybackslash}XXlrr}
\toprule
& & & \multicolumn{2}{c}{\textbf{Bioengineering quizzers }} \\
\cmidrule{4-5}
& & & \thead{{\textbf{Equal}} \\ \textbf{variances} \\ \textbf{assumed}}
& \thead{{\textbf{Equal}} \\ \textbf{variances not} \\ \textbf{assumed}}\\
\midrule
\multirow{3}{=}{Levene's Test for Equality of Variances}
& F
& & 0.030 & \\
& Sig. & & 0.864 & \\
\midrule
\multirow{8}{=}{t-test for Equality of Means}
& t
& & 17.505 & 17.505 \\
& df & & 18 & 17.750 \\
& Sig. (2-tailed) & & 0.000 & 0.000 \\
& Mean Difference (\%) & & 56.31 & 56.31 \\
& Standard Error Difference (\%) & & 3.22 & 3.22\\
[+0.5ex]
& \multirow{1.2}{=}{95\% Confidence of Interval of the Difference(\%)} & Lower & 49.55 & 63.07\\
& & Upper& 63.07 & 63.07\\
[+1.0ex]
\bottomrule
\end{tabularx}
\end{table}
\end{document}




Xby e.g.>{\raggedright\arraybackslash}X? (BTW, the meaning of the English word "meaning" is "Bedeutung", and "Meinung" translates to "opinion".;-) – Nov 10 '19 at 02:18\begin{tabularx}{\textwidth}{>{\raggedright\arraybackslash}X>{\raggedright\arraybackslash}Xlrr}. I didnt know can added in like this. Are we able to make thenumbersituated in themiddle? Now is like hanging up more. – aan Nov 10 '19 at 02:213.22which issame row with Std. Error Difference (%)– aan Nov 10 '19 at 02:23