Aligned Rank Transform ANOVA (ART-ANOVA)
Also known as: ART-ANOVA, aligned ranks ANOVA, nonparametric factorial ANOVA, Hizalanmış Sıra Dönüşümü ANOVA (ART-ANOVA)
The Aligned Rank Transform ANOVA (ART-ANOVA) is a nonparametric factorial hypothesis test that detects main effects and interactions in designs with two or more independent variables, without requiring normality. The procedure was formalized by Wobbrock, Findlater, Gergle, and Higgins in their 2011 CHI paper and operates by separately aligning each effect before ranking, so that standard ANOVA machinery can be applied to nonparametric data.
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 ART-ANOVA when you have a factorial design with two or more independent variables and the outcome is continuous or ordinal but clearly violates normality. The method is applicable to between-subjects, within-subjects, and mixed designs. Core assumptions are: (1) a genuine factorial structure with at least two factors, (2) a minimum of approximately 20 observations per cell for stable rank distributions, and (3) independent observations within cells (or appropriate random effects for repeated-measures designs). When only a single factor is present, Kruskal-Wallis is simpler; when the design is within-subjects with one factor, Friedman's test is preferable.
Strengths & limitations
- Enables nonparametric testing of main effects and interactions simultaneously in factorial designs, which standard rank-based tests cannot do.
- Uses familiar ANOVA output — F-statistics, degrees of freedom, p-values — making results accessible to audiences trained in conventional factorial ANOVA.
- Does not require normally distributed residuals, making it suitable for Likert-scale, skewed, or bounded outcome measures common in human-factors and social-science research.
- Interaction F-tests can behave poorly under certain non-null distributions; simulation work shows that ART interaction tests are more sensitive to misspecification than main-effect tests.
- Each effect requires a separately aligned-and-ranked response, so the procedure is more computationally involved than a single-pass rank transform.
- Post-hoc comparisons must also be conducted on the aligned ranks, not on the original data, which is an additional step many practitioners overlook.
- Requires a factorial design with at least two independent variables; it offers no advantage over Kruskal-Wallis or Friedman when only one factor is present.
Frequently asked
How is ART-ANOVA different from simply ranking the data and running ANOVA?
A plain rank transform applied to the raw data before ANOVA produces biased interaction tests when the interaction is non-null, because the ranks confound main effects and interactions. ART resolves this by aligning (removing all other effects) before ranking for each specific effect, so each F-test targets only the intended source of variation.
Can ART-ANOVA be used with repeated-measures or mixed designs?
Yes. The alignment procedure generalizes to within-subjects and mixed designs by including random subject effects in the model. The ARTool package in R supports random-effects specifications such as (1|subject), so within-subjects variance is accounted for correctly.
Should I trust the interaction test as much as the main-effect tests?
The main-effect ART F-tests are well-validated across simulation conditions. The interaction tests are more sensitive to the shape of the underlying distribution, and Wobbrock et al. themselves note that interaction results warrant extra caution. When an interaction is significant, it is good practice to examine cell means and conduct targeted aligned-rank contrasts rather than relying on the omnibus F alone.
What effect size should I report?
Partial eta-squared computed on the aligned-ranked response is the standard choice and parallels conventional ANOVA reporting. Some researchers also report generalized eta-squared for comparability across studies. Either way, an effect-size estimate alongside F and p is essential for meaningful interpretation.
Sources
- Wobbrock, J. O., Findlater, L., Gergle, D., & Higgins, J. J. (2011). The aligned rank transform for nonparametric factorial analyses using only ANOVA procedures. Proceedings of the ACM CHI Conference on Human Factors in Computing Systems (CHI 2011), 143–146. DOI: 10.1145/1978942.1978963 ↗
How to cite this page
ScholarGate. (2026, June 1). Aligned Rank Transform ANOVA (ART-ANOVA). ScholarGate. https://scholargate.app/en/statistics/aligned-ranks-transform-anova
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
- Full Factorial DesignExperimental design↔ compare
- Kruskal-Wallis testStatistics↔ compare
- Repeated-measures ANOVAStatistics↔ compare
- Robust ANOVAStatistics↔ compare
- Two-Way ANOVAStatistics↔ compare
- Welch ANOVAStatistics↔ compare