Example (CORRESPONDENCE command)

CORRESPONDENCE TABLE=MENTAL(1,4) BY SES(1,6)
/PRINT=RPOINTS CPOINTS
/PLOT=RPOINTS CPOINTS.
  • Two variables, MENTAL and SES, are specified on the TABLE subcommand. MENTAL has values ranging from 1 to 4, and SES has values ranging from 1 to 6.
  • The summary table and overview tables of the row and column scores are displayed.
  • The row points plot and the column points plot are produced.