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
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 f
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
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
Rogé