~ubuntu-branches/ubuntu/wily/eso-midas/wily-proposed

« back to all changes in this revision

Viewing changes to contrib/mva/proc/cmds.prg

  • Committer: Package Import Robot
  • Author(s): Ole Streicher
  • Date: 2014-04-22 14:44:58 UTC
  • Revision ID: package-import@ubuntu.com-20140422144458-okiwi1assxkkiz39
Tags: upstream-13.09pl1.2+dfsg
ImportĀ upstreamĀ versionĀ 13.09pl1.2+dfsg

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
! @(#)cmds.prg  19.1 (ES0-DMD) 02/25/03 13:27:23
 
2
!++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 
3
!
 
4
!.IDENTIFICATION
 
5
!
 
6
!   CMDSIF.PRG
 
7
!
 
8
!.AUTHOR
 
9
!
 
10
!   F. Murtagh, ST-ECF, Garching.      Version 1.0; 9 May 1986
 
11
!
 
12
!.PURPOSE
 
13
!
 
14
!   Execute CMDSIF
 
15
!
 
16
!.KEYWORDS
 
17
!
 
18
!   Principal Coordinates Analysis (Gower's),
 
19
!   Classical (Torgerson's) Multidimensional Scaling,
 
20
!   Multivariate statistics, Pattern recognition.
 
21
!
 
22
!.CALLING SEQUENCE
 
23
!
 
24
! @@ CMDSIF Input_table  Output_table  Ncols._Output_table
 
25
!
 
26
!.INPUT/OUTPUT
 
27
!
 
28
!   Input table name.
 
29
!   Output table name.
 
30
!   Number of columns in output table (no. of principal coordinates)
 
31
!                  Defaults to 3.
 
32
!
 
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'
 
38
RUN CON_EXE:CMDSIF