Segment 34. Permutation Tests
Watch this segment
(Don't worry, what you see statically below is not the beginning of the segment. Press the play button to start at the beginning.)
{{#widget:Iframe |url=http://www.youtube.com/v/_4BUS1NGNHA&hd=1 |width=800 |height=625 |border=0 }}
The direct YouTube link is http://youtu.be/_4BUS1NGNHA
Links to the slides: PDF file or PowerPoint file
Problems
To Calculate
1. Use the permutation test to decide whether the contingency table Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \begin{bmatrix} 5 & 3 & 2\\ 2 & 3 & 6 \\ 0 & 2 & 3 \end{bmatrix}} shows a significant association. What is the p-value?
2. Repeat the calculation using the Pearson chi-square statistic instead of the Wald statistic, or vice versa.
To Think About
1. Is slide's 7 suggestion, that you figure out how to implement the permutation test without "expanding all the data", actually possible? If so, what is your method?