Re: [R] reading of a matrix

2007-04-05 Thread Vladimir Eremeev
Schmitt, Corinna wrote: > > I still have problems with the reading of a matrix. > > Input: matrixData6.txt > > A-Paar B-Paar C-Paar D-Paar E-Paar > A 1 3 5 7 9 > B 2 4 6 8 10 > > > R-commands: > y=read.table(file="Z:/Software/R-Programme/matrixData6.txt") > y > > Result: > A.Paar B

Re: [R] reading of a matrix

2007-04-05 Thread Charilaos Skiadas
On Apr 5, 2007, at 6:50 AM, Schmitt, Corinna wrote: > Dear R-experts, > > I still have problems with the reading of a matrix. > > Input: matrixData6.txt > > A-Paar B-Paar C-Paar D-Paar E-Paar > A 1 3 5 7 9 > B 2 4 6 8 10 > > > R-commands: > y=read.table(file="Z:/Software/R-Programme/matrixD

Re: [R] reading of a matrix

2007-04-05 Thread Petr PIKAL
Hi [EMAIL PROTECTED] napsal dne 05.04.2007 12:50:09: > Dear R-experts, > > I still have problems with the reading of a matrix. > > Input: matrixData6.txt > > A-Paar B-Paar C-Paar D-Paar E-Paar > A 1 3 5 7 9 > B 2 4 6 8 10 > > > R-commands: > y=read.table(file="Z:/Software/R-Programme/

[R] reading of a matrix

2007-04-05 Thread Schmitt, Corinna
Dear R-experts, I still have problems with the reading of a matrix. Input: matrixData6.txt A-Paar B-Paar C-Paar D-Paar E-Paar A 1 3 5 7 9 B 2 4 6 8 10 R-commands: y=read.table(file="Z:/Software/R-Programme/matrixData6.txt") y Result: A.Paar B.Paar C.Paar D.Paar E.Paar A 1 3

Re: [R] reading of a matrix

2007-04-05 Thread Schmitt, Corinna
Thank you very much. It realizes the things I want. Thanks a lot, Corinna -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Im Auftrag von Vladimir Eremeev Gesendet: Donnerstag, 5. April 2007 13:25 An: r-help@stat.math.ethz.ch Betreff: Re: [R] reading of a