CROSSTABS: Calculate significance for lambda and Somers' d.
[pspp] / doc / statistics.texi
index c13528aa4236667253e66a6c563e8a87fcc7ca3e..47478f5f69b06407ec93015952cd7ff60639893d 100644 (file)
@@ -599,21 +599,16 @@ some statistics are calculated only in integer mode.
 @subcmd{STATISTICS} subcommand is not given, no statistics are calculated.
 
 @strong{Please note:} Currently the implementation of @cmd{CROSSTABS} has the
-followings bugs:
+following bugs:
 
 @itemize @bullet
 @item
-T values for Spearman's R and Pearson's R are wrong.
+Significance of some symmetric and directional measures is not calculated.
 @item
-Significance of symmetric and directional measures is not calculated.
+Asymptotic standard error is not calculated for
+Goodman and Kruskal's tau or symmetric Somers' d.
 @item
-Asymmetric ASEs and T values for lambda are wrong.
-@item
-ASE of Goodman and Kruskal's tau is not calculated.
-@item
-ASE of symmetric somers' d is wrong.
-@item
-Approximate T of uncertainty coefficient is wrong.
+Approximate T is not calculated for symmetric uncertainty coefficient.
 @end itemize
 
 Fixes for any of these deficiencies would be welcomed.