Skip to content
Prev 10206 / 63424 Next

covmat argument in princomp() (PR#3682)

On Fri, 8 Aug 2003 jerome@hivnet.ubc.ca wrote:

            
You *did* try to read the help page?  You seem to have failed to read the 
description of `value', which says

  center: the means that were subtracted.
If you had read either the help page or the code, you would have seen
that x is not used when you supply covmat.  So although means were
subtracted, they were done by you not princomp(), and NA is the right
answer.