search for: tt_mb_200409

Displaying 1 result from an estimated 1 matches for "tt_mb_200409".

2009 Apr 30
2
problem in reading data
Dear R users I am runing into a problem in reading data in R This is the error information a<-read.table("tt_mb_200409.txt",as.is=T) Error in scan(file, what, nmax, sep, dec, quote, skip, nlines, na.strings, : line 1653997 did not have 5 elements It seams that some lines don't have equal variables. I want to try > a<-read.table("tt_mb_200409.txt",as.is=T,fill=T) > a[1653997,]...