Re: [R] binary symmetric matrix combination

2013-09-21 Thread supernovartis
Hi Arun, I get the following error when I enter the command: library(reshape2) Error in library(reshape2) : there is no package called ‘reshape2’ Any ideas? Thanks again. On Fri, Sep 20, 2013 at 3:09 PM, arun kirshna [via R] ml-node+s789695n4676569...@n4.nabble.com wrote: Hi Elio,

Re: [R] binary symmetric matrix combination

2013-09-19 Thread supernovartis
Hi Arun, Worked perfectly, one last question how to read the matrices which have the dollar sign? Thanks again. On Thu, Sep 19, 2013 at 3:46 PM, arun kirshna [via R] ml-node+s789695n4676510...@n4.nabble.com wrote: Hi Elio, Try this: library(stringr) lines1-str_trim(gsub(\t,

Re: [R] binary symmetric matrix combination

2013-09-18 Thread supernovartis
it believe each one is a matrix and name the matrix m1, m2, m3 and so on. Thanks a lot!! On Sun, Sep 8, 2013 at 12:44 PM, supernovartis [via R] ml-node+s789695n4675624...@n4.nabble.com wrote: Once again very many thanks for such a great support. Will report back in case of further issues. Best