KENDALL Subcommand (NPAR TESTS command)

NPAR TESTS KENDALL=varlist

KENDALL tests whether k related samples are from the same population. W is a measure of agreement among judges or raters, where each case is one judge’s rating of several items (variables). The output includes the mean rank for each variable in the Ranks table and the valid number of cases, Kendall’s W, chi-square, degrees of freedom, and probability in the Test Statistics table.

Syntax

The minimum specification is a list of two variables.

Operations

Example

DATA LIST /V1 TO V5 1-10.
BEGIN DATA
2 5 4 5 1
3 3 4 5 3
3 4 4 6 2
2 4 3 6 2
END DATA.
NPAR TESTS KENDALL=ALL.