Robust Friedman Test
Robust Friedman Test for Repeated Measures · Also known as: robust rank-based repeated measures test, trimmed-mean Friedman test, Friedman test with robust estimation, Fried-type robust test
The robust Friedman test is a nonparametric procedure for comparing three or more related (within-subjects) conditions that replaces standard ranking or mean-based summaries with robust location estimates — typically trimmed means or Winsorized statistics — to reduce the influence of outliers and heavy-tailed distributions on the inference.
Read the full method
Sign in with a free account to read this section.
Method map
The neighbourhood of related methods — select a node to explore.
When to use it
Use when you have a one-way within-subjects (repeated measures) design with three or more conditions, continuous or ordinal data, and reason to suspect non-normality, heavy tails, or outliers that would distort the standard Friedman or parametric repeated-measures ANOVA. It is particularly appropriate when the standard Friedman test would be used but data show extreme values or skewness that inflate ranks inequitably. Do not use it when the data are truly normally distributed with few outliers — repeated-measures ANOVA will be more powerful in that case — or when independence between blocks is violated.
Strengths & limitations
- Resistant to outliers and heavy-tailed distributions that inflate classical test statistics.
- Retains the block structure of within-subjects designs, maintaining sensitivity to treatment effects.
- Makes fewer distributional assumptions than parametric repeated-measures ANOVA.
- Suitable for small samples where outliers have disproportionate influence.
- Can be combined with robust pairwise post-hoc tests for controlled multiple comparisons.
- Slightly less powerful than repeated-measures ANOVA when normality and homogeneity assumptions genuinely hold.
- Choice of trimming proportion (commonly 10% or 20%) must be decided a priori and can influence results.
- Software implementations vary; not all packages offer the robust variant by default.
- Interpretation of trimmed-mean differences is less intuitive than ordinary mean differences for applied audiences.
- With very few participants, trimming removes a large fraction of data and can destabilize estimates.
Frequently asked
How does the robust Friedman test differ from the standard Friedman test?
The standard Friedman test ranks raw scores within each block and tests whether rank sums differ across conditions. The robust version applies trimming or Winsorization to reduce the influence of extreme values before or during ranking, making the test statistic less sensitive to outliers and heavy tails.
What trimming proportion should I use?
Rand Wilcox recommends 20% trimming as a general-purpose default, which balances robustness against the loss of efficiency. A 10% trim is sometimes used when distributions are only mildly non-normal. The choice should be fixed before data analysis to avoid data-driven inflation of false positives.
Is Kendall's W still the correct effect size?
Kendall's W remains a commonly reported effect size for Friedman-type tests, but with robust variants some researchers prefer to report the robust rank-based correlation or the explained variance analog derived from the trimmed-mean framework. Always clarify which effect-size metric you are reporting.
Can I use this test with ordinal scale data?
Yes. Because the test is rank-based at its core, it is appropriate for ordinal data such as Likert scales with five or more points. Trimming is less meaningful for truly ordinal data with few categories, so verify that the robust modification adds value given your measurement scale.
What post-hoc tests are compatible with the robust Friedman approach?
Pairwise robust Wilcoxon signed-rank tests with a false discovery rate (Benjamini-Hochberg) or Bonferroni-Holm correction are commonly used. Wilcox's WRS2 package provides dedicated robust post-hoc procedures that match the trimming logic of the omnibus test.
Sources
- Wilcox, R. R. (2012). Introduction to Robust Estimation and Hypothesis Testing (3rd ed.). Academic Press. ISBN: 978-0123869838
- Friedman, M. (1937). The use of ranks to avoid the assumption of normality implicit in the analysis of variance. Journal of the American Statistical Association, 32(200), 675–701. DOI: 10.1080/01621459.1937.10503522 ↗
How to cite this page
ScholarGate. (2026, June 3). Robust Friedman Test for Repeated Measures. ScholarGate. https://scholargate.app/en/statistics/robust-friedman-test
Which method?
Set this method beside its closest kin and read them side by side — the library lays the books on the table; the choice is yours.
- Friedman testStatistics↔ compare
- Repeated-measures ANOVAStatistics↔ compare
- Robust Kruskal-Wallis testStatistics↔ compare
- Robust paired samples t-testStatistics↔ compare
- Robust repeated measures ANOVAStatistics↔ compare
- Robust Wilcoxon signed-rank testStatistics↔ compare