Object Reference : Object View and Procedure Reference : Factor
  
 
maxcor
Display the maximum absolute correlations for each column of the observed covariance matrix.
Syntax
factor_name.maxcor(options)
The table also displays the observed covariance matrix.
Options
 
p
Print the matrix.
Examples
f1.maxcor(p)
displays and prints the maximum absolute covariance matrix for the factor object F1.
Cross-references
See also Factor::anticov, Factor::observed, and Factor::partcor.