Object Reference : Object View and Procedure Reference : Factor
  
 
structure
Display the factor structure matrix.
Shows the factor structure matrix containing the correlations between the variables and factors implied by an estimated factor model. For orthogonal factors, the structure matrix is equal to the loadings matrix.
Syntax
factor_name.structure(options)
Options
 
p
Print the matrix.
Examples
factor f1.ml group01
f1.structure(p)
displays and prints the factor structure matrix for the estimated factor object F1.
Cross-references
See “Factor Structure Matrix” for details.
See Factor::rotate and Factor::loadings.