Example: Matrix Input from Working File (RELIABILITY command)
GET FILE='/data/personnel.sav'.
CORRELATIONS VARIABLES=V1 TO V5
/MATRIX=OUT(*).
RELIABILITY VARIABLES=V1 TO V5
/MATRIX=IN(*).
-
RELIABILITY
uses matrix input from procedureCORRELATIONS
. An asterisk is used to specify the active dataset for both the matrix output fromCORRELATIONS
and the matrix input forRELIABILITY
.