From 71aaffe9a804b9c20066c6863215e09b0658ae23 Mon Sep 17 00:00:00 2001 From: John Darrington Date: Tue, 7 May 2019 21:55:27 +0200 Subject: [PATCH] QUICK CLUSTER (documentation): Clarify behaviour of the SAVE subcommand. --- doc/statistics.texi | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/statistics.texi b/doc/statistics.texi index 51cbb95516..89ab28e1a6 100644 --- a/doc/statistics.texi +++ b/doc/statistics.texi @@ -1876,8 +1876,9 @@ You can specify the subcommand @subcmd{SAVE} to ask that each case's cluster mem and the euclidean distance between the case and its cluster center be saved to a new variable in the active dataset. To save the cluster membership use the @subcmd{CLUSTER} keyword and to save the distance use the @subcmd{DISTANCE} keyword. -Each keyword may optionally be followed by a variable in parenthesis to specify -the new variable which is to contain the saved parameter. +Each keyword may optionally be followed by a variable name in parentheses to specify +the new variable which is to contain the saved parameter. If no variable name is specified, +then PSPP will create one. @node RANK @section RANK -- 2.30.2