Example: Matrix Output to IBM SPSS Statistics External File (PROXIMITIES command)

PROXIMITIES  V1 TO V20
  /MATRIX=OUT(DISTOUT).
  • PROXIMITIES produces a default Euclidean distance matrix for cases by using variables V1 through V20 and saves the matrix in the IBM® SPSS® Statistics data file DISTOUT.
  • The names of the variables on the matrix file will be VAR1, VAR2, ...VARn.