search for: 213397

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

Did you mean: 21.397
2010 Jan 21
2
Problems completely reading in a "large" sized data set
...UE, dimnames=list(NULL,colnames[[1]])) produces the error Read 5761719 items Warning message: In matrix(scan(zz, skip = 1, sep = "\t", fill = TRUE, what = rep("character", : data length [5761719] is not a sub-multiple or multiple of the number of rows [10] Now, 5761719/27 = 213397. If I change nobs<-213397 it reads in the file with no errors. It produces a matrix that I can work with from here. But the file obviously is not complete. At first I thought it might be reading the first x amount of rows. So I sorted by the first variable alphabetically in Excel before saving...