Chapter Contents |
Previous |
Next |
The CORRESP Procedure |
Task | Options | ||
Specify data sets | |||
specify input SAS data set | DATA= | ||
specify output coordinate SAS data set | OUTC= | ||
specify output frequency SAS data set | OUTF= | ||
Compute row and column coordinates | |||
specify the number of dimensions or axes | DIMENS= | ||
perform multiple correspondence analysis | MCA | ||
standardize the row and column coordinates | PROFILE= | ||
Construct tables | |||
specify binary table | BINARY | ||
specify cross levels of TABLES variables | CROSS= | ||
specify input data in PROC FREQ output | FREQOUT | ||
include observations with missing values | MISSING | ||
Display output | |||
display all output | ALL | ||
display inertias adjusted by Benzcri's method | BENZECRI | ||
display cell contributions to chi-square | CELLCHI2 | ||
display column profile matrix | CP | ||
display observed minus expected values | DEVIATION | ||
display chi-square expected values | EXPECTED | ||
display inertias adjusted by Greenacre's method | GREENACRE | ||
suppress the display of column coordinates | NOCOLUMN= | ||
suppress the display of all output | NOPRINT | ||
suppress the display of row coordinates | NOROW= | ||
display contingency table of observed frequencies | OBSERVED | ||
display percentages or frequencies | PRINT= | ||
display row profile matrix | RP | ||
suppress all point and coordinate statistics | SHORT | ||
display unadjusted inertias | UNADJUSTED | ||
Other tasks | |||
specify rarely used column coordinate standardizations | COLUMN= | ||
specify minimum inertia | MININERTIA= | ||
specify number of classification variables | NVARS= | ||
specify rarely used row coordinate standardizations | ROW= | ||
specify effective zero | SINGULAR= | ||
include level source in the OUTC= data set | SOURCE |
tables a b c;
Chapter Contents |
Previous |
Next |
Top |
Copyright © 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.