Object Reference : Object View and Procedure Reference : Factor
  
 
smc
Display the squared multiple correlations for the observed covariance matrix.
Syntax
factor_name.smc(options)
The SMCS are equal to 1 minus the diagonal elements of the anti-image covariance.
Options
 
p
Print the matrix.
Examples
factor f1.ml group01
f1.smc(p)
displays and prints the squared multiple correlations for the observed matrix attached to F1.
Cross-references
See Indeterminacy Indices and “Communality Estimation”.
See also Factor::observed, Factor::anticov, and Factor::maxcor.