Skip to content
Prev 174925 / 398506 Next

pca vs. pfa: dimension reduction

Hi S?ren,
There are a number of fundamental differences between PCA and FA (Factor
Analysis), which unfortunately are quite widely ignored. FA is explicitly
model-based, whereas PCA does not invoke an explicit model. FA is also
designed to detect structure, whereas PCA focuses on variance, to put things
simply. In more detail, the two methods "attack" the covariance matrix in
different ways: in PCA the focus of decomposition is on the diagonal
elements, whereas in FA the focus is on the off-diagonal elements.

Take a look at Prof. Revelle's psych package (funtion omega &c). Note also
that factanal has a rotation = "none" option.

Regards, Mark.
soeren.vogel wrote: