Nonparametric Methods
Menu location: Analysis_Nonparametric
- Mann-Whitney U (Wilcoxon's rank sum) test (compare two independent samples)
- Wilcoxon's signed ranks test (compare a pair of samples)
- Spearman's rank correlation (relate two variables from a sample)
- Kendall's rank correlation (relate two variables from a sample)
- Nonparametric linear regression (straight line relationship for two variables from a sample)
- LOESS (local polynomial regression for smooth curve fitting)
- Cuzick's test for trend (detect trend across several samples)
- Two sample Smirnov test (compare distributions of two samples)
- Quantile confidence interval (e.g. median and its 95% confidence interval)
- Chi-square goodness of fit test (compare observed and expected counts)
- Kruskal-Wallis (compare several independent samples)
- Friedman (compare several samples with row by row relationship)
- Homogeneity of variance (test the similarity of data spread for several samples)
- Ranking (save the ranks of a column of numbers)
- Sorting (sort a column of numbers)
- Normal scores(save the normal scores of a column of numbers)
- Pairwise data manipulation (various treatments of all possible pairs of two variables)
- ROC curve analysis (analyse areas under receiver operating characteristic curves)
- Gini coefficient (bootstrap confidence intervals for a coefficient of inequality)
- Diversity indices (examine diversity in a list of counts)
This section provides various rank-based hypothesis tests and descriptive functions which do not assume that your data are from normal distributions.
Rank-based methods
-
assume that your data have an underlying continuous distribution.
-
assume that for groups being compared, their parent distributions are similar in all characteristics other than location.
-
are usually less sensitive than parametric methods.
-
are often more robust than parametric methods when their assumptions are properly met.
-
are preferred less by some statisticians and more by others in comparison with the use of parametric methods on transformed data.
-
can run into problems when there are many ties (data with the same value).
-
that take into account the magnitude of the difference between categories (e.g. Wilcoxon signed ranks test) are more powerful than those that do not (e.g. sign test).
The numerical methods used in rank-based calculations have progressed in recent years. StatsDirect utilises modern developments, including some calculations of exact probability in the presence of tied data. An excellent account of nonparametric methods is given by Conover (1999).