Re: [R] Help: read a proportion of high through-put data

2012-01-24 Thread Chee Chen
Hi, Michael, Got it, thank you so much! Chee From: R. Michael Weylandt Sent: Monday, January 23, 2012 11:33 PM To: r-help ; Chee Chen Subject: Re: [R] Help: read a proportion of high through-put data Ok, it seems to have worked on my machine as well, but for some levels you didn't me

Re: [R] Help: read a proportion of high through-put data

2012-01-23 Thread R. Michael Weylandt
gt; resolved it with your suggestions (with "header=TRUE), except some minor > issues with the names of the header. > Regards, > Chee > > > From: R. Michael Weylandt > To: Chee Chen > Cc: R-ORG > Sent: Monday, January 23, 2012 10:26 P

Re: [R] Help: read a proportion of high through-put data

2012-01-23 Thread R. Michael Weylandt
It's pretty hard to answer this without the file in hand, but I'd guess something like the following is at play: Columns of data.frame()s have to have a single type. So if R sees anything it thinks is a character, it will coerce the whole column to character. Since you have not set the first row t