Chapter Contents
Chapter Contents
Previous
Previous
Next
Next
The FACTOR Procedure

PROC FACTOR Statement

The following options have been restored.

FLAG=p
flags absolute values larger than p with an asterisk when used with the ROUND option. The default value of the FLAG= option is the root mean square of all the values in the matrix being printed. Negative values are not allowed for the FLAG= option. The FLAG= option is not effective when standard errors or confidence intervals are also printed.

FUZZ=p
prints correlations and factor loadings with absolute values less than p as missing. For partial correlations, the FUZZ= value is divided by 2. For residual correlations, the FUZZ= value is divided by 4. The exact values in any matrix can be obtained from the OUTSTAT= and ODS output data sets. Negative values are not allowed for the FUZZ= option. The FUZZ= option is not effective when standard errors or confidence intervals are also printed.

ROUND
prints correlation and loading matrices with entries multiplied by 100 and rounded to the nearest integer. The exact values can be obtained from the OUTSTAT= and ODS output data sets. The ROUND option is not effective when standard errors or confidence intervals are also printed. See also the FLAG= option.

Chapter Contents
Chapter Contents
Previous
Previous
Next
Next
Top
Top

Copyright © 2001 by SAS Institute Inc., Cary, NC, USA. All rights reserved.