QUICK CLUSTER: Correct typo in documentation of PRINT subcommand.
[pspp] / doc / statistics.texi
index 3877a8d43d93db8ddd35a49aa287121ac907bd86..c7a0d47bd7b52ad8abe341ac786ee3a54617c7fb 100644 (file)
@@ -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).