search for: test_text

Displaying 3 results from an estimated 3 matches for "test_text".

2012 Feb 09
1
Tukey HSD
...on every column in a data set (taking the first column as the definition of the groups) and then spits out ONLY those results that were significant (p <= whatever I want), with their respective plots and TukeyHSD results. Sounds simple, right? Data: http://r.789695.n4.nabble.com/file/n4374072/test_text.txt test_text.txt (see upload) CODE: ( which occurs after TEST <- read.table("test_text.txt") ) i <- 2; sink (file = "test_output.txt", append = FALSE) mydf <- data.frame(TEST) for (j in 1:ncol(mydf)-1) { var1 <- mydf[,1] var2 <- mydf[,i] fm1 <- aov(var...
2016 Jun 06
2
readlines() truncates text file with Codepage 437 encoding
Hello r-devel, The attached Code page 437-encoded file contains 245 characters (including the final newline), but readLines only reads 242 of them: > test_text <- readLines(file('437__characters.txt', encoding='437')) Warning message: In readLines(file("437__characters.txt", : incomplete final line found on '437__characters.txt' > test_text [1] "\v\f\016\017\020\021\022\023\024\025\026\027\030\031\032\033\03...
2016 Jun 08
0
readlines() truncates text file with Codepage 437 encoding
...m Obeng <adam.obeng at columbia.edu> >>>>> on Mon, 6 Jun 2016 11:11:21 +0100 writes: > Hello r-devel, The attached Code page 437-encoded file > contains 245 characters (including the final newline), but > readLines only reads 242 of them: >> test_text <- readLines(file('437__characters.txt', >> encoding='437')) > Warning message: In readLines(file("437__characters.txt", > : incomplete final line found on '437__characters.txt' >> test_text > [1] > "\v\f\016\...