|
KENDELLS TAUName:
> 0 - pair is concordant
Xi = Xj - pair is not compared Kendell's tau is computed as
with Nc and Nd denoting the
number of concordant pairs and the number of discordant pairs,
respectively, in the sample. Ties add 0.5 to both the concordant
and discordant counts. There are
Kendell's tau is an alternative to the Spearman's rho rank correlation. Kendell's tau or the rank correlation may be preferred to the standard correlation coefficient in the following cases:
<SUBSET/EXCEPT/FOR qualification> where <y1> is the first response variable; <y2> is the second response variable; <par> is a parameter where the computed Kendell's tau is stored; and where the <SUBSET/EXCEPT/FOR qualification> is optional.
LET A = KENDELLS TAU Y1 Y2 SUBSET TAG > 2
CROSS TABULATE KENDELLS TAU PLOT Y1 Y2 X BOOTSTRAP KENDELLS TAU PLOT Y1 Y2 JACKNIFE KENDELLS TAU PLOT Y1 Y2 KENDELLS TAU INTERACTION PLOT Y1 Y2 X1 ... XK DEX ... KENDELLS TAU PLOT Y1 Y2 X1 ... XK
TABULATE KENDELLS TAU Y1 Y2 X
. Following data from page 320 of Conover, "Practical
. Nonparametric Statistics", Third Edition, 1999, Wiley.
LET Y1 = DATA 7 8 4 5.5 4.5 4 5 3 2 0.5 1
LET Y2 = DATA 4 2 5 0.5 1.5 2 0 1 0 1.5 0
LET A1 = KENDELLS TAU Y1 Y2
The computed value of Kendell's tau is 0.4355.
Date created: 12/22/2004 |