Previous Page | Next Page

The MDS Procedure

ODS Table Names

PROC MDS assigns a name to each table it creates. You can use these names to reference the table when using the Output Delivery System (ODS) to select tables and create output data sets. These names are listed in Table 53.2. For more information about ODS, see Chapter 20, Using the Output Delivery System.

Table 53.2 ODS Tables Produced by PROC MDS

ODS Table Name

Description

Option

ConvergenceStatus

Convergence status

default

DimensionCoef

Dimension coefficients

PCOEF w/COEF= not IDENTITY

FitMeasures

Measures of fit

PFIT

IterHistory

Iteration history

default

PConfig

Configuration of coordinates

PCONFIG

PData

Data matrices

PDATA

PInAvData

INAV= data set information

PINAVDATA

PInEigval

Initial eigenvalues

PINEIGVAL

PInEigvec

Initial eigenvectors

PINEIGVEC

PInWeight

Initialization weights

PINWEIGHT

Transformations

Transformation parameters

PTRANS w/LEVEL=RATIO, INTERVAL, LOGINTERVAL

Previous Page | Next Page | Top of Page