Chapter 27
Comparing two samples: the Wilcoxon rank sum test
- Describe useful exploratory plots to generate before performing Wilcoxon’s Rank Sum Test, and interpret exploratory plots in this context.
- Define the rank of a data value in a sample.
- Explain the rationale for Wilcoxon’s Rank Sum Test for comparing two population distributions.
- State Wilcoxon’s Rank Sum Test Statistic \(W\).
- Given a (small) combined sample with the associated ranks, compute Wilcoxon’s Rank Sum Test Statistic.
- State appropriate null and alternative hypotheses for Wilcoxon’s Rank Sum Test, given a claim about two populations.
- Perform Wilcoxon’s Rank Sum Test using
wilcox.test
in R.
- Interpret
wilcox.test
’s output for the Rank Sum Test.
Matched pairs: the Wilcoxon signed rank test
- Describe useful exploratory plots to generate before performing Wilcoxon’s Signed Rank Test, and interpret exploratory plots in this context.
- Explain the rationale for Wilcoxon’s Signed Rank Test for the median of a distribution.
- State the assumption needed for Wilcoxon’s Signed Rank Test.
- State Wilcoxon’s Signed Rank Test Statistic \(W^{+}\).
- State appropriate null and alternative hypotheses for Wilcoxon’s Signed Rank Test, given a claim about a single population or two matched populations.
- Perform Wilcoxon’s Signed Rank Test using
wilcox.test
in R.
- Interpret
wilcox.test
’s output for the Signed Rank Test.