Example: Input from External File (CLUSTER command)

GET FILE=PRSNNL.
FREQUENCIES VARIABLE=AGE.
 
CLUSTER
  /ID=CITY
  /MATRIX=IN(CLUSMTX).
  • This example performs a frequencies analysis on the file PRSNNL and then uses a different file for CLUSTER. The file is an existing matrix data file.
  • The variable list is omitted on the CLUSTER command. By default, all cases in the matrix file are used in the analysis.
  • MATRIX=IN specifies the matrix data file CLUSMTX.
  • CLUSMTX does not replace PRSNNL as the active dataset.