Chapter 19: Nonparametric Methods

Interactive Self-Study Guide — KIN 610

Author
Affiliation

Ovande Furtado Jr., PhD.

Professor, Cal State Northridge

Published

April 16, 2026

Score 0/0

📌 How to Use This Guide

🔒 Privacy Note: Your name is used exclusively to personalize your results at the end. It is only stored locally on your device and is never transmitted over the internet or saved to any external servers. It is 100% safe and private.

TipStudy instructions
  • Work through each section in order — every concept builds on the last.
  • Complete every Knowledge Check before moving on. Your running score appears in the bottom-right corner of the screen.
  • Fully expand and interact with the Decision Trees and Flashcards when you encounter them.
  • Use the APA Builder to practice writing your results.
  • Click Reveal My Score at the end to see your final result and targeted study advice.

Start here: complete the pre-check, then work through each section.

📋 Pre-Check
A researcher measures post-operative pain immediately after surgery using a visual analog scale (0-10). The sample size is only N=12 and the distribution contains severe outliers. Why is an independent-samples t-test a fundamentally risky choice here?

1. The Logic of Ranks (Parametric vs Nonparametric)

Because parametric tests make rigid claims regarding normal distributions and homogeneous variances, Movement Scientists require alternative paths when processing skewed or outlier-heavy ordinal sets. These distinct paths are collectively titled "Distribution-Free" or Nonparametric Methods.

Most nonparametric tests bypass distributional constraints by relying on rank transformation. Instead of crunching the raw numbers, the procedure translates the lowest raw score into Rank 1, the next lowest into Rank 2, and so on.

Consider an extreme outlier in strength data: If you have raw data [45, 48, 51, 60, 480], the 480 breaks parametric computations by drastically shifting the mean and inflating the variance.

However, when nonparametrically converting this data to ranks, it becomes [1, 2, 3, 4, 5]. The massive gap between 60 and 480 is neutralized. The test statistic derives mathematical significance purely from the ordering, effectively filtering the noise.

(Note that tied ranks are given the average of the rank numbers they overlap!).


2. Categorical Association: Chi-Square

When our dependent variable isn't continuous or ordinal but strictly categorical (e.g., Male/Female, Injured/Uninjured), we shift to exploring expected versus observed count disparities using Chi-Square.

Goodness-of-Fit vs. Independence

Goodness-of-Fit Explores whether our sample’s frequency counts deviate from a theoretical expectation. (e.g., Expected 50/50 sex split, observed 40/60). \[df = k - 1 \quad \text{(where k is number of categories)}\]

Test of Independence Explores whether two categorical variables associate dynamically in a contingency table. (e.g., Does Gender associate with Intervention Type?). The key assumption here is that all expected cell counts must be at least 5. If a condition dips below 5, you risk violating the chi-square distributional approximation.

🧠 Knowledge Check
A researcher runs a Chi-Square Test of Independence for whether injury status (injured / not injured) relates to sport type (soccer, basketball, tennis). The SPSS output triggers a warning because two of the expected counts in the cells are "3". What should they infer?

3. Rank-Order Correlation: Spearman ρ

When determining if two variables correlate, Pearson r demands they follow a strict linear trend (a straight line). But sometimes relationships curve slightly—they are monotonic (one variable generally goes up as the other goes up, though not at a perfectly constant rate).

To test monotonic relationships (or when avoiding outlier interference), we cast the data into ranks and run Spearman ρ. Just like Pearson, it yields a standardized coefficient stretching between -1 to 1.

🧠 Knowledge Check
You correlate Sprint Time with Jump Height in an N=30 sample. The Pearson r output is -.62. The Spearman ρ output for the same data is -.88. What explains this divergence?

4. Testing Group Differences (Two Groups)

When we replace the Student t-Test family, we shift into specialized nonparametrics utilizing the sums of ranks.

Mann-Whitney U Test (Independent Samples)

Replaces the Independent Samples t-test. It pools all participants across both groups, orders them from lowest to highest, and asks: Is Group A consistently taking up the higher ranks while Group B sits at the bottom ranks?

Its primary effect size is the rank-biserial r.

Wilcoxon Signed-Rank Test (Paired Samples)

Replaces the Paired t-test. Instead of evaluating independent groups, it calculates the raw differences between each subject’s Pre vs. Post measurements. It then strips the signs (+/-) away, ranks the magnitudes of change, and then reattaches the signs to compute positive rank sums vs. negative rank sums.

(Note: There is also the simpler Sign Test. However, the Sign Test only calculates the simple direction of change ignoring magnitude entirely. The Wilcoxon signed-rank uses more information and has much higher statistical power, assuming magnitude ranks are interpretable!)

🧠 Knowledge Check
A researcher compares pre- and post-intervention flexibility scores but notices the difference scores are fundamentally skewed. Why might they opt for a Wilcoxon signed-rank test instead of a basic Sign test to verify the change?

5. Multiple Groups & The Decision Tree

What if you have three or more groups (ANOVA)?

  • Kruskal-Wallis Test: Replaces One-Way ANOVA (Between Subjects). Yields an H statistic.
  • Friedman’s Test: Replaces Repeated Measures ANOVA (Within Subjects). Yields a \(\chi^2\) statistic. Effect size is Kendall’s W.
Which Nonparametric Test should I use?
How are you assessing the participants?
🧠 Knowledge Check
A clinician tracks pain scores over Week 1, Week 4, and Week 8 in a cohort of 50 patients to evaluate a therapy. The data is heavily skewed. Which test executes this correctly?

6. Complex Factorial Nonparametrics & Pitfalls

When managing Factorial ANOVA models featuring 2 or more Crossed factors, you may need the Scheirer-Ray-Hare test to process independent categorical associations nonparametrically (though note it often severely lacks power). Similarly, if you need to use a Covariate (ANCOVA) but violate homogeneity assumptions, Quade’s Rank ANCOVA acts as the alternative structural mechanism.

In all of these options, resist the fatal interpretational pitfall: Do not conflate a non-significant p-value directly with “zero difference.” With small datasets, rank transformations cast out extreme variance and often lead to lower statistical power outright. A rejected H1 only signifies insufficient evidence under power limits, so reporting specific effect sizes visually helps discern reality.

🧠 Knowledge Check
During a Mann-Whitney U test comparison evaluating clinical functionality, p = .18. How should the researcher document this?

7. Flashcards: Key Terms

Click each card to flip it.

Rank-biserial *r*
The effect size associated with Mann-Whitney U and Wilcoxon signed-rank tests. It ranges between -1 and +1.
Spearman ρ
Rank-order correlation test assessing monotonic relationships bypassing outlier-distorted linear parameters.
Kendall's *W*
An effect size spanning 0 to 1 scaling consistency/agreement computed for Friedman's multiple-related-condition Test.
Scheirer-Ray-Hare
The nonparametric extension corresponding to two-way factorial ANOVA evaluating two crossed independent variables.
Chi-Square Test of Independence
Test comparing two categorical associations checking observed against expected cells (Assumption: No cell drops below expected count of 5).

8. APA Reporting Builder

Practice writing a complete APA-style report for an independent Mann-Whitney U Test. Fill in the values below and click Generate Report.
Variables
Test Output

Reveal My Score

References

1. Furtado, O., Jr. (2026). Statistics for movement science: A hands-on guide with SPSS (1st ed.). https://drfurtado.github.io/sms/