From 901e1014360f55caa1988b3a940e6804aa462bbc Mon Sep 17 00:00:00 2001 From: "Jip J. Dekker" Date: Fri, 4 May 2018 15:13:56 +1000 Subject: [PATCH] Add tables for chi square --- wk7/week7.tex | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) diff --git a/wk7/week7.tex b/wk7/week7.tex index 3ddb765..150fbd4 100644 --- a/wk7/week7.tex +++ b/wk7/week7.tex @@ -26,6 +26,44 @@ \section{Results} \label{sec:results} + \subsection{The advantage of height} + + \begin{table}[ht] + \centering + \label{tab:chi-height} + \begin{tabular}{|l|r|r|r|r|} + \hline + & \textbf{M: 168 - 188} & \textbf{M: 189 - 210} & \textbf{F: 155 - 171} & \textbf{F: 172 - 189} \\ \hline + \textbf{1 - 99} & 67 / 73 & 32 / 26 & 38 / 42 & 60 / 55 \\ + \textbf{100 - 199} & 69 / 72 & 30 / 26 & 31 / 27 & 32 / 36 \\ + \textbf{200 - 299} & 75 / 68 & 17 / 25 & 18 / 17 & 22 / 23 \\ + \textbf{300 - 399} & 61 / 60 & 21 / 23 & 11 /12 & 17 / 16 \\ + \textbf{400 - 499} & 59 / 60 & 22 / 22 & 7 / 6 + & 7 / 8 \\ + \hline + \end{tabular} + \caption{Observed / Expected values used for the $\chi^2$-test. The groups are divided by their rank (vertical) and, per gender, their height (horizontal).} + \end{table} + + + \subsection{The advantage of left-handedness} + + \begin{table}[ht] + \centering + \label{tab:chi-hand} + \begin{tabular}{|l|l|l|l|l|l|} + \hline + & \textbf{1 - 99} & \textbf{100 - 199} & \textbf{200 - 299} & \textbf{300 - 399} & \textbf{400 - 499} \\ + \hline + \textbf{L} & 22 / 21 & 23 / 18 & 17 / 15 & 6 / 12 & 8 / 10 \\ + \textbf{R} & 174 / 177 & 139 / 144 & 117 / 119 & + 105 / 98 & 88 / 86 \\ + \hline + \end{tabular} + \caption{Observed / Expected values used for the $\chi^2$-test. The groups are divided by which hand they use (vertical) and their rank (horizontal).} + \end{table} + + \section{Discussion} \label{sec:discussion} \end{document}