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

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to