Displaying 1 result from an estimated 1 matches for "unequle".
Did you mean:
unequal
2007 May 21
0
A "subscript out of bonds" and "write.table" problem on manipulating a large size dataset
...a.mm[-del,] aborted,
write the original data as mm_0206.txt
### PROBLEM:then following code should have the same output
table(cf); # maximal fields number is 23
table( count.fields("mm_0206.txt",sep="\t")); # maximal fields number
larger than 23 and other things also unequle
# for example, original data has x rows with 10 fields, the wrote
# data has y row with 10 fields.
# if the original file is not correctly rewrote, probably
an equal length
# file will also not be wrote properly wrote, suppose
data.mm <- data.mm[-del,]...