MATRIX Subcommand (ANACOR command)
Use MATRIX
to write row and column scores and variances to matrix data files.
MATRIX
is
followed by keyword OUT
, an equals
sign, and one or both of the following keywords:
SCORE ('file'|'dataset'). Write row and column scores to a matrix data file.
VARIANCE ('file'|'dataset'). Write variances to a matrix data file.
- You can specify the file with either an asterisk
(*), to replace the active dataset , a quoted file specification or
a previously declared dataset name (
DATASET DECLARE
command), enclosed in parentheses. - If you specify both
SCORE
andVARIANCE
on the sameMATRIX
subcommand, you must specify two different files.
The variables in the SCORE
matrix data file and their values are:
ROWTYPE_. String variable containing the value ROW for all rows and COLUMN for all columns.
LEVEL. String variable containing the values (or value labels, if present) of each original variable.
VARNAME_. String variable containing the original variable names.
DIM1...DIMn. Numeric variables containing the row and column scores for each dimension. Each variable is labeled DIMn, where n represents the dimension number.
The variables in the VARIANCE
matrix data file and their values are:
ROWTYPE_. String variable containing the value COV for all cases in the file.
SCORE. String variable containing the values SINGULAR, ROW, and COLUMN.
LEVEL. String variable containing the system-missing value for SINGULAR and the sequential row or column number for ROW and COLUMN.
VARNAME_. String variable containing the dimension number.
DIM1...DIMn. Numeric variables containing the covariances for each dimension. Each variable is labeled DIM n, where n represents the dimension number.