PRINT Subcommand (CORRESPONDENCE command)
Use PRINT
to control which of several correspondence statistics are displayed.
The summary table (singular values, inertia, proportion of inertia
accounted for, cumulative proportion of inertia accounted for, and
confidence statistics for the maximum number of dimensions) is always
produced. If PRINT
is not specified,
the input table, the summary table, the overview of row points table,
and the overview of column points table are displayed.
The following keywords are available:
TABLE. A crosstabulation of the input variables showing row and column marginals.
RPROFILES. The row profiles. PRINT=RPROFILES
is analogous
to the CELLS=ROW
subcommand in CROSSTABS
.
CPROFILES. The column
profiles. PRINT=CPROFILES
is analogous to the CELLS= COLUMN
subcommand in CROSSTABS
.
RPOINTS. Overview of row points (mass, scores, inertia, contribution of the points to the inertia of the dimension, and the contribution of the dimensions to the inertia of the points).
CPOINTS. Overview of column points (mass, scores, inertia, contribution of the points to the inertia of the dimension, and the contribution of the dimensions to the inertia of the points).
RCONF. Confidence statistics (standard deviations and correlations) for the active row points.
CCONF. Confidence statistics (standard deviations and correlations) for the active column points.
PERMUTATION(n). The original
table permuted according to the scores of the rows and columns. PERMUTATION
can be followed
by a number in parentheses indicating the maximum number of dimensions
for which you want permuted tables. The default number of dimensions
is 1.
NONE. No output other than the SUMMARY table.
DEFAULT. TABLE, RPOINTS,
CPOINTS, and the SUMMARY tables. These statistics are
displayed if you omit the PRINT
subcommand.