From: John Darrington Date: Thu, 28 Oct 2010 13:34:52 +0000 (+0200) Subject: Added very basic documentation for the Cochran Q test X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?p=pspp;a=commitdiff_plain;h=2a063214a1869edf404a8d558c4a23e979ed829d Added very basic documentation for the Cochran Q test --- diff --git a/doc/statistics.texi b/doc/statistics.texi index 156b396c6b..9b4c3ed204 100644 --- a/doc/statistics.texi +++ b/doc/statistics.texi @@ -681,6 +681,7 @@ is used. @menu * BINOMIAL:: Binomial Test * CHISQUARE:: Chisquare Test +* COCHRAN:: Cochran Q Test * FRIEDMAN:: Friedman Test * KRUSKAL-WALLIS:: Kruskal-Wallis Test * MANN-WHITNEY:: Mann Whitney U Test @@ -767,6 +768,21 @@ If no /EXPECTED subcommand is given, then then equal frequencies are expected. +@node COCHRAN +@subsection Cochran Q Test +@vindex Cochran +@cindex Cochran Q test +@cindex Q, Cochran Q + +@display + [ /COCHRAN = varlist ] +@end display + +The Cochran Q test is used to test for differences between three or more groups. +The data for @var{varlist} in all cases must assume exactly two distinct values (other than missing values). + +The value of Q will be displayed and its Asymptotic significance based on a chi-square distribution. + @node FRIEDMAN @subsection Friedman Test @vindex FRIEDMAN