search for: ladak

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

Did you mean: ladan
2008 Nov 23
1
Help in Programming using Methods
...ror = error) return(res) } test.aovlist <- function(x, which, error, ...) { mm <- model.tables(x, "means") tabs <- mm$tables[-1] tabs <- tabs[which] res <- list(av=x, which=which) return(res) } GENERETING DATA var <- sort(gl(3, 24, lab=c('Ladak', 'Cossack', 'Ranger'))) man <- rep(gl(4, 6, lab=LETTERS[1:4]), 3) sub <- rep(gl(4, 6), 3) blo <- factor(rep(1:6, 12)) y <- c(2.17, 1.88, 1.62, 2.34, 1.58, 1.66, 1.58, 1.26, 1.22, 1.59, 1.25, 0.94, 2.29, 1.60, 1.67, 1.91, 1.39, 1.12, 2.23, 2...
2005 Aug 11
0
easier way to print heatmap on multiple pages?
...put together, would comprise the original heatmap. Here's what I've done: ##make the initial heatmap, with all 1000 rows and write it to an object 'heatAll' heatAll = heatmap.2(combined.int.top, col = cm.colors(256), trace = "none") pdf(file="~/Desktop/Alfalfa-Ladak-StemV3.pdf", width=8, height=12, pointsize=4) for(i in 1:20){ selected = heatAll$rowInd[((i-1)*50):((i-1)*50+50)] ##get original row order in groups of 50 heatmap.2(combined.int.top[selected,], Rowv = FALSE, ##prevent row re-ordering Colv=heatAll$colInd, col=cm.colors(256),...
2008 Jan 21
1
Mysql collations error
Hello, I am having this mysql error in my ruby on rails application. ActiveRecord::StatementInvalid occurred in > event#lg: > Mysql::Error: Illegal mix of collations > (latin1_swedish_ci,IMPLICIT) and (utf8_general_ci,COERCIBLE) for > operation ''='': select * from locations where country = ''HU'' and > geo_state = ''08'' and city