Displaying 1 result from an estimated 1 matches for "prncmp".
2009 Dec 24
1
bug in princomp example (PR#14167)
When I run
example(princomp)
I get the following error message:
prncmp> ## The variances of the variables in the
prncmp> ## USArrests data vary by orders of magnitude, so scaling is
appropriate
prncmp> (pc.cr <- princomp(USArrests)) # inappropriate
Error in cov.wt(z) : 'x' must contain finite values only
Seth Roberts
--
blog.sethroberts.net
w...