Andy,

I just installed the Windows PSPP dated November 16 2015 and it seems to
have the change that prints cluster membership.

JOHN: My edit to the manual has a typo: the option to print cluster
membership should be CLUSTER (singular).  What's the easiest way to trim
off the 'S'? I have a patch (attached) against
pspp-0.9.0-g072d1b/doc/statistics.lexi and I've verified that SPSS uses
CLUSTER without an 'S':

QUICK CLUSTER x y
  /MISSING=LISTWISE
  /CRITERIA=CLUSTER(2) MXITER(10) CONVERGE(0)
  /METHOD=KMEANS(NOUPDATE)
  /PRINT INITIAL CLUSTER DISTAN.

-Alan


On 12/9/2015 3:24 PM, Andy King wrote:
> Hi Alan/John,
>
> Hope both of you are well.  I am just wondering if there is any
> progress with this PSPP clustering functionality please?
>
> Many thanks,
>
> Andy
>


-- 

Alan D. Mead, Ph.D.
President, Talent Algorithms Inc.

science + technology = better workers

+815.588.3846 (Office)
+267.334.4143 (Mobile)

http://www.alanmead.org

Announcing the Journal of Computerized Adaptive Testing (JCAT), a
peer-reviewed electronic journal designed to advance the science and
practice of computerized adaptive testing: http://www.iacat.org/jcat

--- pspp-0.9.0-g072d1b-orig/doc/statistics.texi 2015-11-07 04:06:20.000000000 
-0600
+++ pspp-0.9.0-g072d1b/doc/statistics.texi      2015-12-16 15:37:35.600922193 
-0600
@@ -1649,7 +1649,7 @@
 QUICK CLUSTER @var{var_list}
       [/CRITERIA=CLUSTERS(@var{k}) [MXITER(@var{max_iter})]]
       [/MISSING=@{EXCLUDE,INCLUDE@} @{LISTWISE, PAIRWISE@}]
-      [/PRINT=@{INITIAL@} @{CLUSTERS@}]
+      [/PRINT=@{INITIAL@} @{CLUSTER@}]
 @end display
 
 The @cmd{QUICK CLUSTER} command performs k-means clustering on the
@@ -1681,7 +1681,7 @@
 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).
 
 
_______________________________________________
pspp-dev mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/pspp-dev

Reply via email to