Parameters | Expression Parameters | PROC FACTOR Options

PROC FACTOR Options
Use this option to specify additional PROC FACTOR options.
Leave this field blank if no additional options are needed.
You can specify PROC FACTOR options using the following syntax:
Option
where:
Option is the PROC FACTOR option
Some PROC FACTOR options are described in the following table:
Specifies the maximum number ( n ) of iterations for factor extraction. The default is set to 30 .
The default is the number of variables . Specifying a number that is small relative to the number of variables can substantially decrease the amount of memory required to run PROC FACTOR, especially with oblique rotations.
If the input data set is a raw data set, nobs is defined by default to be the number of observations in the raw data set.
NORM= name
To Specify One or More PROC FACTOR Options:
*
*
For example, to rescale the rows of the pattern matrix to represent covariances instead of correlations, type NORM=COV in the text box.
*
*
Refer to the SAS PROC FACTOR documentation for more information.