Skip to content
Prev 51735 / 63424 Next

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

As I see it, the display showing the first p << n PCs adding up to 100% of the variance is plainly wrong. 

I suspect it comes about via a mental short-circuit: If we try to control p using a tolerance, then that amounts to saying that the remaining PCs are effectively zero-variance, but that is (usually) not the intention at all. 

The common case is that the remainder terms have a roughly _constant_, small-ish variance and are interpreted as noise. Of course the magnitude of the noise is important information.  

-pd