Re: [R] help getting data in correct format

2010-12-06 Thread Benjamin B.
Haart Gesendet: Montag, 6. Dezember 2010 15:54 An: r-help@r-project.org Betreff: [R] help getting data in correct format >> Dear All, >> >> I am having trouble getting my data into R as i need it! I am used to using >> read.delim("") to open .txt files to do work on

[R] help getting data in correct format

2010-12-06 Thread John Haart
Dear All, I am having trouble getting my data into R as i need it! I am used to using read.delim("") to open .txt files to do work on. The function i am using requires a matrix like the one below. My data is from excel and then saved as a txt file. I have tried the usual read.delim("") approa