GET FILE='/data/personnel.sav'.
FREQUENCIES VARIABLE=AGE.
RELIABILITY VARIABLES=ALL
/MATRIX=IN('/data/relmtx.sav').
- This example performs a frequencies analysis on file personnel.sav and then uses a different file
containing matrix data for
RELIABILITY
. The file is an existing matrix data file. In order for this to
work, the analysis variables named in relmtx.sav must also exist in personnel.sav.
- relmtx.sav must
have records of type N, MEAN, STDDEV, and CORR for each split-file
group.
- relmtx.sav does
not replace personnel.sav as the
active dataset.