X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=doc%2Fstatistics.texi;h=c7a0d47bd7b52ad8abe341ac786ee3a54617c7fb;hb=a016af53bdf60d1ab95e680e6b31311b21518b75;hp=3877a8d43d93db8ddd35a49aa287121ac907bd86;hpb=6e80abcaeb7c361477eff4b8a578e54f1def81c4;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).