search for: wellname

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

Did you mean: cellname
2007 Apr 21
0
possible bug in xYplot and smean.cl.normal
...mo-FSS-FSS.csv") summary(dat.fss$Colony_Cnt) # fix factors dat.fss$WellCol <- ordered(dat.fss$WellCol) # define common scale for the y ylim1 <- c(0,600) require(Hmisc) # # smean.cl.normal # conf.int.1 <- 0.95 attach(dat.fss) ci <- summarize(Colony_Cnt, llist(WellRow, WellCol, WellName, Treatment, Scan), smean.cl.normal, conf.int=conf.int.1, na.rm=T) detach("dat.fss") # using summarize xYplot(Cbind(Colony_Cnt, Lower, Upper) ~ Scan | WellCol * WellRow, groups= Treatment, data= ci, cex=0.1, lwd=2, lty.bands=rep("solid", 2), col.bands=rep("black", 2)...