The CORRESP Procedure |
ODS Table Names |
PROC CORRESP 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 30.7 along with the PROC statement options needed to produce the table. For more information about ODS, see Chapter 20, Using the Output Delivery System.
ODS Table Name |
Description |
Option |
---|---|---|
AdjInGreenacre |
Greenacre Inertia Adjustment |
GREENACRE |
AdjInBenzecri |
Benzécri Inertia Adjustment |
BENZECRI |
Binary |
Binary table |
OBSERVED, BINARY |
BinaryPct |
Binary table percentages |
OBSERVED, BINARY* |
Burt |
Burt table |
OBSERVED, MCA |
BurtPct |
Burt table percentages |
OBSERVED, MCA* |
CellChiSq |
Contributions to chi-square |
CELLCHI2 |
CellChiSqPct |
Contributions, percentages |
CELLCHI2* |
ColBest |
Col best indicators |
default |
ColContr |
Col contributions to inertia |
default |
ColCoors |
Col coordinates |
default |
ColProfiles |
Col profiles |
CP |
ColProfilesPct |
Col profiles, percentages |
CP* |
ColQualMassIn |
Col quality, mass, inertia |
default |
ColSqCos |
Col squared cosines |
default |
DF |
DF, chi-square (not displayed) |
default |
Deviations |
Observed - expected freqs |
DEVIATIONS |
DeviationsPct |
Observed - expected percentages |
DEVIATIONS* |
Expected |
Expected frequencies |
EXPECTED |
ExpectedPct |
Expected percentages |
EXPECTED* |
Inertias |
Inertia decomposition table |
default |
Observed |
Observed frequencies |
OBSERVED |
ObservedPct |
Observed percentages |
OBSERVED* |
RowBest |
Row best indicators |
default |
RowContr |
Row contributions to inertia |
default |
RowCoors |
Row coordinates |
default |
RowProfiles |
Row profiles |
RP |
RowProfilesPct |
Row profiles, percentages |
RP* |
RowQualMassIn |
Row quality, mass, inertia |
default |
RowSqCos |
Row squared cosines |
default |
SupColCoors |
Supp col coordinates |
default |
SupColProfiles |
Supp col profiles |
CP |
SupColProfilesPct |
Supp col profiles, percentages |
CP* |
SupColQuality |
Supp col quality |
default |
SupCols |
Supplementary col freq |
OBSERVED |
SupColsPct |
Supplementary col percentages |
OBSERVED* |
SupColSqCos |
Supp col squared cosines |
default |
SupRows |
Supplementary row freqs |
OBSERVED |
SupRowCoors |
Supp row coordinates |
default |
SupRowProfiles |
Supp row profiles |
RP |
SupRowProfilesPct |
Supp row profiles, percentages |
RP* |
SupRowQuality |
Supp row quality |
default |
SupRowsPct |
Supplementary row percentages |
OBSERVED* |
SupRowSqCos |
Supp row squared cosines |
default |
*Percentages are displayed when you specify the PRINT=PERCENT or |
||
PRINT=BOTH option. |
Copyright © 2009 by SAS Institute Inc., Cary, NC, USA. All rights reserved.