The problems with the HTML mailing list archives at CRAN should be fixed now, I have re-created the pages for 2002 using the original archives from Martin M?chler. r-help and r-devel are now splitted by month to reduce the size of the index pages a little bit. Best, -- ------------------------------------------------------------------- Friedrich Leisch Institut f?r Statistik Tel: (+43 1) 58801 10715 Technische Universit?t Wien Fax: (+43 1) 58801 10798 Wiedner Hauptstra?e 8-10/1071 Friedrich.Leisch at ci.tuwien.ac.at A-1040 Wien, Austria http://www.ci.tuwien.ac.at/~leisch ------------------------------------------------------------------- -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject !) To: r-help-request at stat.math.ethz.ch _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
Hello! I am looking for an implementation of the Russell-Rao-Coefficient (Product-Moment-Coefficient). I cannot find it in the usual packages (mva, cluster etc.) And is there already a function for the transformation of matrixes to binary matrixes in R? Hope that this questions are not too trivial or already explained somewhere else, I have not yet got the books. Regards, Petra - --------------------------------------------------- Petra Steiner Arbeitsbereich Linguistik Universitaet Muenster Huefferstrasse 27 48149 Muenster Tel: 0251 / 83 39442 petra at marley.uni-muenster.de http://santana.uni-muenster.de/~petra/ -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject !) To: r-help-request at stat.math.ethz.ch _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
Hello, and thanks for the two responses to my questions on binary matrixes, which showed me that the functions I needed do not exist. To get a distance matrix with the Russell-Rao-coefficient, I first have to compare each row of a binary matrix with each row and count how many elements are a. equal and b. 1. by f <- function(x,y) (sum(x == 1& y == x)) Now how can I iterate this over a matrix without a loop? I think apply etc. will not work in this case. Thanks for any help. Regards, Petra - --------------------------------------------------- Petra Steiner Arbeitsbereich Linguistik Universitaet Muenster Huefferstrasse 27 48149 Muenster Tel: 0251 / 83 39442 petra at marley.uni-muenster.de http://santana.uni-muenster.de/~petra/ -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject !) To: r-help-request at stat.math.ethz.ch _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._