Object Reference : Object View and Procedure Reference : Factor
  
 
fitted
Display fitted and common covariances from a factor analysis object.
Syntax
factor_name.fitted(options)
Options
 
common
Display common covariance.(default is to display the fitted covariance).
p
Print the matrix.
Examples
factor f1.ml group01
f1.fitted(p)
estimates a factor model for the series in GROUP01, then displays and prints the fitted covariance matrix for the factor object F1.
f1.fitted(common)
displays the estimate of the fitted common variance.
Cross-references
See “Matrix Views”. See also Factor::reduced.