Skip to content
Prev 51738 / 63424 Next

summary( prcomp(*, tol = .) ) -- and 'rank.'

If I remember correctly, we took a correlation matrix and replaced the diagonal elements with variable ?communalities? < 1 estimated by some trick, and then chunked that matrix into PCA and called the result FA. A more advanced way was to do this iteratively: take some first axes of PCA/FA, calculate diagonal elements from them & re-feed them into PCA. It was done like that because algorithms & computers were not strong enough for real FA. Now they are, and I think it would be better to treat PCA like PCA, at least in the default output of standard stats::summary function. So summary should show proportion of total variance (for people who think this is a cool thing to know) instead of showing a proportion of an unspecified part of the variance.

Cheers, Jari Oksanen (who now switches to listening to today?s Passion instead of continuing with PCA)