[R] simple question: reading lower triangular matrix

2005-07-12 Thread Rogério Rosa da Silva
Dear list, I will like to learn how to read a lower triangular matrix in R. The input file *.txt have the following format: A B C D E A 0 B 10 C 250 D 3680 E 479 100 How this can be done? Thanks in advance for your help

Re: [R] simple question: reading lower triangular matrix

2005-07-12 Thread Marc Schwartz (via MN)
On Tue, 2005-07-12 at 14:37 -0300, Rogério Rosa da Silva wrote: Dear list, I will like to learn how to read a lower triangular matrix in R. The input file *.txt have the following format: A B C D E A 0 B 10 C 250 D 3680 E 47

Re: [R] simple question: reading lower triangular matrix

2005-07-12 Thread Adaikalavan Ramasamy
This has been answered at the following URL http://tolstoy.newcastle.edu.au/~rking/R/help/04/11/6695.html On Tue, 2005-07-12 at 14:37 -0300, Rogério Rosa da Silva wrote: Dear list, I will like to learn how to read a lower triangular matrix in R. The input file *.txt have the following

Re: [R] simple question: reading lower triangular matrix

2005-07-12 Thread Rogério Rosa da Silva
Dear Adaikalavan and Marc, Thanks for advices. The answer in R-help archives is exactly what I'm needing. Best regards, Rogério Adaikalavan Ramasamy wrote: This has been answered at the following URL http://tolstoy.newcastle.edu.au/~rking/R/help/04/11/6695.html On Tue, 2005-07-12 at 14:37