[R] R ignores number only with a nine under 10000

2011-11-21 Thread set
_1 > 75944 & test_1 <= 94885] = "KE3873" test_1[test_1 > 56951 & test_1 <= 75944] = "KE3870" test_1[test_1 > 37991 & test_1 <= 56951] = "Cyprus1" test_1[test_1 > 18954 & test_1 <= 37991] = "ref" write.table(test_1, file

Re: [R] R ignores number only with a nine under 10000

2011-11-21 Thread set
Thank you everybody! Eventually the Peter's trick did it! Thanks! -- View this message in context: http://r.789695.n4.nabble.com/R-ignores-number-only-with-a-nine-under-1-tp4091936p4093692.html Sent from the R help mailing list archive at Nabble.com. _

[R] Inlcudung classes in de contigency table + dataoverflow

2011-11-29 Thread set
Hello Everybody, I'm making a contigency table with a dataset which looks like: ClassSizeMember1 Members2 Members3 etc. 1 2 A B 0 2 3 C D A 3

[R] pivot table help

2011-12-03 Thread set
Hello R-users, I've got a huge table with about 20.00 rows and 50 columns. The table now has headers as Members1, Members2 etc. My data are 8 different individuals. And I've got a column with clusters. So each individual belongs to different clusters and can occurs multiple times within a cluster

[R] frequency table?

2011-12-04 Thread set
Hello R-users, I've got a file with individuals as colums and the clusters where they occur in as rows. And I wanted a table which tells me how many times each individual occurs with another. I don't really know how such a table is called...it is not a frequency tableMy eventual goal is to mak

Re: [R] pivot table help

2011-12-04 Thread set
Thank you very much! works perfectly! -- View this message in context: http://r.789695.n4.nabble.com/pivot-table-help-tp4155144p4156393.html Sent from the R help mailing list archive at Nabble.com. __ R-help@r-project.org mailing list https://stat.eth

[R] similarity matrix

2011-12-04 Thread set
Hello R-users, I've got a file with individuals as colums and the clusters where they occur in as rows. And I wanted a similarity matrix which tells me how many times each individual occurs with another. My eventual goal is to make Venn-diagrams from the occurence of my individuals. So I've this:

Re: [R] similarity matrix

2011-12-04 Thread set
I'm sorry, I made a mistake in my example. you're right. I don't really know how a similarity alogrithm worksbut I'm willing to try that...are there any good examples available? Thank you -- View this message in context: http://r.789695.n4.nabble.com/similarity-matrix-tp4157576p4159547.html S

[R] Bug check (possibly in seq()). RGui 2.6.2 (2008-02-08)

2008-03-23 Thread SET Eric Brendan
eq(0,1,by=.05) #These return numeric(0), but others in the set return the correct value A[A==.3] A[A==.6] A[A==.7] A[A==.15] A[A==.35] A[A==.85] A[A==.95] #A[20] # This works fine B<-seq(0,1,by=.05) A[A==B] # This also works fine A<-c(0,.05,.1,.15,.2,.25,.30,.35,.40,.45, .50,.55,.6,.65,.7,.75