From 00aad3b983774328140a04436d7d6ae7925fec97 Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Sat, 2 Jan 2016 21:34:13 -0800 Subject: [PATCH] QUICK CLUSTER: Correct typo in documentation of PRINT subcommand. The PRINT subcommand has a setting CLUSTER (not CLUSTERS). Reported by Andy King. Fix from Alan Mead. --- doc/statistics.texi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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). -- 2.30.2