CONTINUOUS Subcommand (TWOSTEP CLUSTER command)

The CONTINUOUS subcommand specifies a list of scale variables.

Example

TWOSTEP CLUSTER
  /CATEGORICAL VARIABLES = RACE GENDER CITIZEN
  /CONTINUOUS VARIABLES = INCOME
  /PRINT SUMMARY COUNT.

This tells TWOSTEP CLUSTER to cluster the categorical variables RACE, GENDER, and CITIZEN, and the numeric variable INCOME. Summary statistics by cluster and cluster frequencies are output in tables.