From: John Darrington Date: Tue, 7 May 2019 19:55:27 +0000 (+0200) Subject: QUICK CLUSTER (documentation): Clarify behaviour of the SAVE subcommand. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=71aaffe9a804b9c20066c6863215e09b0658ae23;p=pspp QUICK CLUSTER (documentation): Clarify behaviour of the SAVE subcommand. --- 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