Example (ONEWAY command)
GET FILE=PRSNNL.
FREQUENCIES VARIABLE=AGE.
ONEWAY WELL BY EDUC6
/MATRIX=IN(ONEMTX).
- This example performs a frequencies analysis on PRSNNL and then uses a different file for
ONEWAY
. The file is an existing matrix data file. -
MATRIX=IN
specifies the matrix data file. - ONEMTX does not replace PRSNNL as the active dataset.