[R] Error in svd(S) : infinite or missing values in 'x'
André Dias
atcdias at gmail.com
Mon Jan 12 14:50:01 CET 2009
Hi everyone.
I was running correspondence analysis in R with the package 'ca' and I
got a error message that I could not solve.
> summary(ca(gui))
Error in svd(S) : infinite or missing values in 'x'
#where gui is my dat table as follows:
0 90 1 1
0 90 0 0
0 90 5 1
0 95 1 0
0 0 0 0
85 0 0 0
50 0 0 0
90 0 0 0
75 0 0 0
75 0 0 0
0 0 10 25
0 0 5 5
0 0 50 10
0 0 10 20
0 0 1 10
0 0 50 1
0 0 10 5
0 0 20 0
0 0 10 50
0 0 5 5
As far I could undestand, this error should appear due to missing
data, but this is not the case of my table.
I will apreciate any help to undertand what I am doing wrong.
Thanks!
Andre
More information about the R-help
mailing list