Example (CORRELATIONS command)
GET FILE=CITY /KEEP FOOD RENT PUBTRANS TEACHER COOK ENGINEER.
CORRELATIONS VARIABLES=FOOD TO ENGINEER
/MATRIX OUT(*).
LIST.
DISPLAY DICTIONARY.
-
CORRELATIONS
writes the same matrix as in the example above. However, the matrix data file replaces the working file. TheLIST
andDISPLAY
commands are executed on the matrix file, not on the CITY file.