PRINT Subcommand (PROXMAP command)
[/PRINT [DATA [([RAW]
[COMBINED]
[DERIVED])]]
[WEIGHTS [([RAW]
[OBJECTS]
[DERIVED])]]
[INITIAL [([COORDINATES]
[VARDIRECTIONS]
[PROPERTYDIRECTIONS]
[STRESS]
[DIAGNOSTICS])]]
[MODEL [([COORDINATES]
[DIRECTIONS]
[SPACEWEIGHTS])]]
[ATTRIBUTES [([RAW]
[TRANSFORMED]
[FITTED]
[ATTRIBUTE_WEIGHTS]
[DIRECTIONS])]]
[PROPERTIES [([RAW]
[TRANSFORMED]
[FITTED]
[DIRECTIONS])]]
[CRITERIA [([SUMMARY** ]
[DIAGNOSTICS]
[ITERATIONS]
[STRESS])]]]
PRINT
controls which tables are displayed in the output. The summary of the
analysis, CRITERIA(SUMMARY)
, is always displayed by default, but all other output
is optional.
- All main keywords (for example,
CONFIGURATION
,DISTANCES
) can be followed by one or more sub keywords in parentheses to fine-tune the output. - When the main keyword is specified, at least one sub keyword should be given.
- Inapplicable keywords are silently ignored. For instance,
/PRINT DATA(DERIVED)
has no effect if the input data are proximities (as specified on/DATA = PROXIMITIES
).
Labeling in output:
- Object labels in tables and plots are governed by the
LABELS
keyword of the/OBJECTID
subcommand. - If a variable name is specified with
LABELS
, objects are labeled with its values or value labels (if available).
The PRINT
subcommand includes the following main keywords and sub keywords.
Keyword | Possible values and description |
---|---|
DATA |
Describes the input data and derived proximities.
|
WEIGHTS |
|
INITIAL |
Information about the initial configuration.
For Classical: Eigenvalues, eigenvectors, and their statistics. For Variables: Optimal scaling factor and initial normalized stress. |
MODEL |
Final (common space) configuration.
|
ATTRIBUTES |
Applicable when variables are specified on
ATTRIBUTES .
|
PROPERTIES |
Applicable when variables are specified on
|
CRITERIA |
Diagnostic and algorithmic statistics.
|
Example
GET FILE ’States.sav’.
PROXMAP
/SOURCEID DATA = income life NAME = $SRC1
/SOURCEID DATA = school fail NAME = $SRC2
/SOURCEID DATA = popul freeze NAME = $SRC3
/DATA = MULTIVARIATE
/MODEL WEIGHTED
/PRINT DATA(COMBINED) CRITERIA(ITERATIONS) MODEL(COORDINATES SPACEWEIGHTS)
Here, a weighted Euclidean model is specified with three sources.
The optional table output consists of a table of combined proximities across sources, the summarized history of iterations, the coordinates in all spaces (both general (common) and model-specific (individual) spaces) and the model space weights (which are dimension weights with this model).