R version 2.15.2 (2012-10-26) -- "Trick or Treat" Copyright (C) 2012 The R Foundation for Statistical Computing ISBN 3-900051-07-0 Platform: i686-pc-linux-gnu (32-bit) R is free software and comes with ABSOLUTELY NO WARRANTY. You are welcome to redistribute it under certain conditions. Type 'license()' or 'licence()' for distribution details. R is a collaborative project with many contributors. Type 'contributors()' for more information and 'citation()' on how to cite R or R packages in publications. Type 'demo()' for some demos, 'help()' for on-line help, or 'help.start()' for an HTML browser interface to help. Type 'q()' to quit R. > x <- array(list(19 + ,18 + ,11 + ,20 + ,21 + ,21 + ,25 + ,17 + ,4 + ,28 + ,19 + ,23 + ,17 + ,19 + ,10 + ,24 + ,25 + ,27 + ,22 + ,20 + ,13 + ,27 + ,17 + ,27 + ,21 + ,17 + ,11 + ,23 + ,20 + ,22 + ,26 + ,25 + ,24 + ,28 + ,22 + ,28 + ,20 + ,26 + ,5 + ,27 + ,21 + ,27 + ,14 + ,19 + ,5 + ,19 + ,17 + ,16 + ,23 + ,16 + ,13 + ,28 + ,17 + ,24 + ,20 + ,19 + ,9 + ,11 + ,22 + ,20 + ,22 + ,25 + ,17 + ,25 + ,25 + ,22 + ,15 + ,15 + ,12 + ,20 + ,15 + ,20 + ,20 + ,12 + ,7 + ,20 + ,22 + ,24 + ,22 + ,21 + ,16 + ,24 + ,21 + ,19 + ,20 + ,15 + ,14 + ,25 + ,16 + ,23 + ,28 + ,28 + ,24 + ,28 + ,28 + ,27 + ,25 + ,26 + ,18 + ,24 + ,22 + ,21 + ,26 + ,25 + ,12 + ,21 + ,21 + ,19 + ,17 + ,12 + ,9 + ,22 + ,12 + ,19 + ,23 + ,15 + ,8 + ,20 + ,25 + ,26 + ,13 + ,14 + ,10 + ,20 + ,24 + ,28 + ,24 + ,22 + ,19 + ,23 + ,24 + ,24 + ,14 + ,21 + ,4 + ,21 + ,25 + ,24 + ,22 + ,23 + ,19 + ,12 + ,25 + ,25 + ,23 + ,25 + ,11 + ,23 + ,26 + ,16 + ,22 + ,22 + ,11 + ,28 + ,22 + ,25 + ,24 + ,24 + ,24 + ,24 + ,24 + ,24 + ,21 + ,20 + ,17 + ,24 + ,17 + ,23 + ,23 + ,22 + ,18 + ,25 + ,20 + ,26 + ,22 + ,16 + ,12 + ,21 + ,15 + ,22 + ,21 + ,22 + ,16 + ,26 + ,24 + ,25 + ,26 + ,24 + ,23 + ,28 + ,26 + ,27 + ,15 + ,16 + ,7 + ,21 + ,21 + ,12 + ,25 + ,27 + ,10 + ,27 + ,25 + ,15 + ,17 + ,20 + ,17 + ,22 + ,23 + ,21 + ,25 + ,27 + ,21 + ,23 + ,28 + ,24 + ,27 + ,24 + ,19 + ,24 + ,18 + ,19 + ,25 + ,19 + ,13 + ,22 + ,21 + ,21 + ,19 + ,16 + ,12 + ,23 + ,21 + ,21 + ,26 + ,26 + ,22 + ,25 + ,23 + ,24 + ,20 + ,22 + ,5 + ,21 + ,15 + ,18 + ,20 + ,21 + ,14 + ,22 + ,23 + ,19 + ,18 + ,14 + ,12 + ,20 + ,21 + ,18 + ,18 + ,12 + ,12 + ,21 + ,10 + ,23 + ,19 + ,22 + ,6 + ,19 + ,21 + ,20 + ,23 + ,20 + ,17 + ,26 + ,18 + ,25 + ,17 + ,18 + ,15 + ,20 + ,19 + ,21 + ,23 + ,23 + ,17 + ,22 + ,22 + ,22 + ,23 + ,23 + ,22 + ,23 + ,24 + ,22 + ,11 + ,12 + ,9 + ,22 + ,15 + ,20 + ,18 + ,16 + ,13 + ,24 + ,18 + ,23 + ,24 + ,23 + ,20 + ,23 + ,26 + ,25 + ,16 + ,18 + ,12 + ,23 + ,21 + ,25 + ,24 + ,23 + ,20 + ,27 + ,23 + ,26 + ,24 + ,15 + ,18 + ,21 + ,16 + ,20 + ,21 + ,17 + ,13 + ,23 + ,22 + ,26 + ,25 + ,22 + ,15 + ,25 + ,16 + ,21 + ,22 + ,20 + ,18 + ,23 + ,19 + ,22 + ,21 + ,20 + ,18 + ,22 + ,20 + ,16 + ,24 + ,20 + ,12 + ,28 + ,25 + ,25 + ,24 + ,22 + ,16 + ,28 + ,21 + ,23 + ,21 + ,18 + ,16 + ,20 + ,21 + ,21 + ,18 + ,17 + ,13 + ,18 + ,16 + ,16) + ,dim=c(6 + ,63) + ,dimnames=list(c('I1' + ,'I2' + ,'I3' + ,'E1' + ,'E2' + ,'E3') + ,1:63)) > y <- array(NA,dim=c(6,63),dimnames=list(c('I1','I2','I3','E1','E2','E3'),1:63)) > for (i in 1:dim(x)[1]) + { + for (j in 1:dim(x)[2]) + { + y[i,j] <- as.numeric(x[i,j]) + } + } > par1 = 'grey' > ylab = 'value' > xlab = 'variables' > main = 'Notched Boxplots' > par1 <- 'grey' > z <- as.data.frame(t(y)) > postscript(file="/var/wessaorg/rcomp/tmp/1d75u1356110012.ps",horizontal=F,onefile=F,pagecentre=F,paper="special",width=8.3333333333333,height=5.5555555555556) > (r<-boxplot(z ,xlab=xlab,ylab=ylab,main=main,notch=TRUE,col=par1)) $stats [,1] [,2] [,3] [,4] [,5] [,6] [1,] 13 12 4 18 10 15 [2,] 19 17 11 21 18 20 [3,] 22 20 13 23 21 22 [4,] 24 23 18 25 24 25 [5,] 28 28 24 28 28 28 $n [1] 63 63 63 63 63 63 $conf [,1] [,2] [,3] [,4] [,5] [,6] [1,] 21.00469 18.80563 11.60657 22.20375 19.80563 21.00469 [2,] 22.99531 21.19437 14.39343 23.79625 22.19437 22.99531 $out [1] 11 11 12 12 $group [1] 1 4 4 6 $names [1] "I1" "I2" "I3" "E1" "E2" "E3" > dev.off() null device 1 > > #Note: the /var/wessaorg/rcomp/createtable file can be downloaded at http://www.wessa.net/cretab > load(file="/var/wessaorg/rcomp/createtable") > > a<-table.start() > a<-table.row.start(a) > a<-table.element(a,hyperlink('http://www.xycoon.com/overview.htm','Boxplot statistics','Boxplot overview'),6,TRUE) > a<-table.row.end(a) > a<-table.row.start(a) > a<-table.element(a,'Variable',1,TRUE) > a<-table.element(a,hyperlink('http://www.xycoon.com/lower_whisker.htm','lower whisker','definition of lower whisker'),1,TRUE) > a<-table.element(a,hyperlink('http://www.xycoon.com/lower_hinge.htm','lower hinge','definition of lower hinge'),1,TRUE) > a<-table.element(a,hyperlink('http://www.xycoon.com/central_tendency.htm','median','definitions about measures of central tendency'),1,TRUE) > a<-table.element(a,hyperlink('http://www.xycoon.com/upper_hinge.htm','upper hinge','definition of upper hinge'),1,TRUE) > a<-table.element(a,hyperlink('http://www.xycoon.com/upper_whisker.htm','upper whisker','definition of upper whisker'),1,TRUE) > a<-table.row.end(a) > for (i in 1:length(y[,1])) + { + a<-table.row.start(a) + a<-table.element(a,dimnames(t(x))[[2]][i],1,TRUE) + for (j in 1:5) + { + a<-table.element(a,r$stats[j,i]) + } + a<-table.row.end(a) + } > a<-table.end(a) > table.save(a,file="/var/wessaorg/rcomp/tmp/2xgsz1356110012.tab") > a<-table.start() > a<-table.row.start(a) > a<-table.element(a,'Boxplot Notches',4,TRUE) > a<-table.row.end(a) > a<-table.row.start(a) > a<-table.element(a,'Variable',1,TRUE) > a<-table.element(a,'lower bound',1,TRUE) > a<-table.element(a,'median',1,TRUE) > a<-table.element(a,'upper bound',1,TRUE) > a<-table.row.end(a) > for (i in 1:length(y[,1])) + { + a<-table.row.start(a) + a<-table.element(a,dimnames(t(x))[[2]][i],1,TRUE) + a<-table.element(a,r$conf[1,i]) + a<-table.element(a,r$stats[3,i]) + a<-table.element(a,r$conf[2,i]) + a<-table.row.end(a) + } > a<-table.end(a) > table.save(a,file="/var/wessaorg/rcomp/tmp/3nq9b1356110012.tab") > > try(system("convert tmp/1d75u1356110012.ps tmp/1d75u1356110012.png",intern=TRUE)) character(0) > > > proc.time() user system elapsed 0.882 0.134 0.998