X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=doc%2Fstatistics.texi;h=c7a0d47bd7b52ad8abe341ac786ee3a54617c7fb;hb=00aad3b983774328140a04436d7d6ae7925fec97;hp=3877a8d43d93db8ddd35a49aa287121ac907bd86;hpb=26d835f97534b20825b3121e326c288e994753f8;p=pspp diff --git a/doc/statistics.texi b/doc/statistics.texi index 3877a8d43d..c7a0d47bd7 100644 --- a/doc/statistics.texi +++ b/doc/statistics.texi @@ -1717,7 +1717,7 @@ The default is 0.05. QUICK CLUSTER @var{var_list} [/CRITERIA=CLUSTERS(@var{k}) [MXITER(@var{max_iter})] CONVERGE(@var{epsilon}) [NOINITIAL]] [/MISSING=@{EXCLUDE,INCLUDE@} @{LISTWISE, PAIRWISE@}] - [/PRINT=@{INITIAL@} @{CLUSTERS@}] + [/PRINT=@{INITIAL@} @{CLUSTER@}] @end display The @cmd{QUICK CLUSTER} command performs k-means clustering on the @@ -1767,7 +1767,7 @@ The default is @subcmd{LISTWISE}. The @subcmd{PRINT} subcommand requests additional output to be printed. If @subcmd{INITIAL} is set, then the initial cluster memberships will be printed. -If @subcmd{CLUSTERS} is set, the cluster memberships of the individual +If @subcmd{CLUSTER} is set, the cluster memberships of the individual cases will be displayed (potentially generating lengthy output).