The TABLES statement instructs PROC CORRESP to create a contingency table, Burt table, or binary table from the values of two or more categorical variables. The TABLES statement specifies ...
The following example explains correspondence analysis and illustrates some capabilities of PROC CORRESP. data Neighbor; input Name $ 1-10 Age $ 12-18 Sex $ 19-25 Height $ 26-30 Hair $ 32-37; ...