Chapter Contents
Chapter Contents
Previous
Previous
Next
Next
The FACTOR Procedure

Time Requirements

n & = & {number of observations} \ 
v & = & {number of variables} \ 
f & = & {nu...
 ...g factor extraction} \ 
r & = & {length of iterations during factor rotation} \

The time required to compute...   is roughly proportional to
an overall factor analysis iv3
the correlation matrix nv2
PRIORS=SMC or ASMC v3
PRIORS=MAX v2
eigenvalues v3
final eigenvectors fv2
ROTATE=VARIMAX, QUARTIMAX,  
           EQUAMAX, ORTHOMAX, PARSIMAX,  
           PROMAX, or HK rvf2
ROTATE=PROCRUSTES vf2

Each iteration in the PRINIT or ALPHA method requires computation of eigenvalues and f eigenvectors.

Each iteration in the ML or ULS method requires computation of eigenvalues and v - f eigenvectors.

The amount of time that PROC FACTOR takes is roughly proportional to the cube of the number of variables. Factoring 100 variables, therefore, takes about 1000 times as long as factoring 10 variables. Iterative methods (PRINIT, ALPHA, ULS, ML) can also take 100 times as long as noniterative methods (PRINCIPAL, IMAGE, HARRIS).

Chapter Contents
Chapter Contents
Previous
Previous
Next
Next
Top
Top

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