Skip to content

(no subject)

2 messages · ilovestats, Peter Dalgaard

#
On Apr 15, 2013, at 14:30 , ilovestats wrote:

            
Not really an R question, is it? 

Stats.StackExchange.com is  -----> that way!

In terms of theory, PCA is essentially FA with the same residual variance in all responses. With all-Likert scales, it is unlikely that there will be much of a difference.

In practical terms:

- factanal can diverge (Heywood cases) which is a bit of a bother

on the other hand

- factor rotation is based on factanal() output; may require a little extra diddling to work with prcomp().

I think I'd try factanal() first, and if it acts up, switch to prcomp().