PROC MDS Options

Enter any SAS MDS MDS options in this field.

You can specify any PROC MDS options using the following syntax:

Option

where:

Option is the PROC MDS option.

Examples of commonly used PROC MDS options are listed in the following table:

Option

Definition

CUTOFF=n

Replaces data values less than n with missing values. The default is CUTOFF=0.

PCONFIG

Produces the estimated coordinates of the objects in the configuration.

PDATA

Displays each data matrix.

PFINAL

Displays final estimates.

PINIT

Displays initial values.

To Specify One or More PROC MDS Options:

8      Type a specific PROC MDS option in the text field.
8      For example, to replace values below 5 with the missing value symbol, type CUTOFF=5 in the text field.

For Additional Information

Refer to the SAS PROC MDS documentation for more information.