Hi, I have another question related to the same problem. I have a text file with about 350 matrices each separated by a blank row. My question is how to make R believe each matrix is separate and has a specific name m1, m2,....m350. Below is an example:
aa5 aa10 b253 b254 aa5 0 1 1 1 aa10 1 0 1 1 b253 1 1 0 1 b254 1 1 1 0 aa5 aa9 b27 b29 aa5 0 1 1 1 aa9 1 0 1 1 b27 1 1 0 1 b29 1 1 1 0 a15 b3 g23 i250 a15 0 1 1 1 b3 1 0 1 1 g23 1 1 0 1 i250 1 1 1 0 a15 a16 q27 v87 a15 0 1 1 1 a16 1 0 1 1 q27 1 1 0 1 v87 1 1 1 0 This is what I get from R, how to make 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 regards, > Elio > > ------------------------------ > If you reply to this email, your message will be added to the discussion > below: > > http://r.789695.n4.nabble.com/binary-symmetric-matrix-combination-tp4675440p4675624.html > To unsubscribe from binary symmetric matrix combination, click > here<http://r.789695.n4.nabble.com/template/NamlServlet.jtp?macro=unsubscribe_by_code&node=4675440&code=c2VsaXVzQGdtYWlsLmNvbXw0Njc1NDQwfDMwOTY1Njg2Mg==> > . > NAML<http://r.789695.n4.nabble.com/template/NamlServlet.jtp?macro=macro_viewer&id=instant_html%21nabble%3Aemail.naml&base=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespace&breadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml> > -- View this message in context: http://r.789695.n4.nabble.com/binary-symmetric-matrix-combination-tp4675440p4676427.html Sent from the R help mailing list archive at Nabble.com. [[alternative HTML version deleted]] ______________________________________________ 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.