Re: [R] Read.table not reading in all columns

2009-02-19 Thread Uwe Ligges
I'd suggest to make the data available on the web. Then we can take a closer look. You or some mail tool in between removed the tabs from the message, hence we cannot reproduce in any way. Best, Uwe Ligges Sally wrote: Hello, I am reading in a file called fit2.txt (Limma). fit2.txt has 38 c

[R] Read.table not reading in all columns

2009-02-19 Thread Sally
Hello, I am reading in a file called fit2.txt (Limma). fit2.txt has 38 columns but when I dim(fit2) I only get 6 columns. The first column that it does not read in is df.residual. fit2<-read.table(fit2, file="fit2.txt",sep="\t",quote="",comment.char="",as.is=TRUE) The first few lines of fi