From: John Darrington Date: Mon, 25 Oct 2010 19:25:16 +0000 (+0200) Subject: Added manual entry for the Mann-Whitney test X-Git-Tag: v0.7.7~178 X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4e051a99a8f4d3e36b69d309ee28c38e0b2a3a02;p=pspp-builds.git Added manual entry for the Mann-Whitney test --- diff --git a/doc/statistics.texi b/doc/statistics.texi index 93adb65a..156b396c 100644 --- a/doc/statistics.texi +++ b/doc/statistics.texi @@ -683,6 +683,7 @@ is used. * CHISQUARE:: Chisquare Test * FRIEDMAN:: Friedman Test * KRUSKAL-WALLIS:: Kruskal-Wallis Test +* MANN-WHITNEY:: Mann Whitney U Test * RUNS:: Runs Test * SIGN:: The Sign Test * WILCOXON:: Wilcoxon Signed Ranks Test @@ -803,6 +804,28 @@ of the test will be printed. The abbreviated subcommand K-W may be used in place of KRUSKAL-WALLIS. +@node MANN-WHITNEY +@subsection Mann-Whitney U Test +@vindex MANN-WHITNEY +@vindex M-W +@cindex Mann-Whitney U test +@cindex U, Mann-Whitney U + +@display + [ /MANN-WHITNEY = varlist BY var (group1, group2) ] +@end display + +The Mann-Whitney subcommand is used to test whether two groups of data come from different populations. +The variables to be tested should be specified in @var{varlist} and the grouping variable, that determines to which group the test variables belong, in @var{var}. +@var{Var} may be either a string or an alpha variable. +@var{Group1} and @var{group2} specify the +two values of @var{var} which determine the groups of the test data. +Cases for which the @var{var} value is neither @var{group1} or @var{group2} will be ignored. + +The value of the Mann-Whitney U statistic, the Wilcoxon W, and the significance will be printed. +The abbreviated subcommand M-W may be used in place of MANN-WHITNEY. + + @node RUNS @subsection Runs Test @vindex RUNS