1
! @(#)cmds.prg 19.1 (ES0-DMD) 02/25/03 13:27:23
2
!++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
10
! F. Murtagh, ST-ECF, Garching. Version 1.0; 9 May 1986
18
! Principal Coordinates Analysis (Gower's),
19
! Classical (Torgerson's) Multidimensional Scaling,
20
! Multivariate statistics, Pattern recognition.
24
! @@ CMDSIF Input_table Output_table Ncols._Output_table
30
! Number of columns in output table (no. of principal coordinates)
33
!-------------------------------------------------------------------
34
DEFINE/PARAM P1 ? TABLE "Enter input table"
35
DEFINE/PARAM P2 ? TABLE "Enter output table"
36
DEFINE/PARAM P3 3 NUMBER "no. of PC (output table columns)"
37
WRITE/KEYW INPUTI/I/1/1 'P3'