search for: ref_151111clusters3

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

2011 Nov 21
5
R ignores number only with a nine under 10000
...merical values in a datamatrix with strings. R does this except for numbers under 10000 starting with a 9 (eg 98, 970, 9504 etc). This is really weird and I wondered whether someone had encountered such a problem or knows the solution. I'm using the next script: test_1 <- read.table("5+ref_151111clusters3.csv", header = TRUE, sep = ",", colClasses = "numeric") test_1[test_1 > 94885 & test_1 <= 113835] = "KE3926OT" test_1[test_1 != 0 & test_1 <= 18954] = "I8456" test_1[test_1 > 75944 & test_1 <= 94885] = "KE3873" test_1...