R version 2.9.0 (2009-04-17) Copyright (C) 2009 The R Foundation for Statistical Computing ISBN 3-900051-07-0 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(8.6 + ,1.2991 + ,-3 + ,1.7 + ,8.3 + ,1.3408 + ,-2 + ,2.4 + ,8.3 + ,1.3119 + ,-3 + ,2.0 + ,8.3 + ,1.3014 + ,-1 + ,2.1 + ,8.4 + ,1.3201 + ,3 + ,2.0 + ,8.5 + ,1.2938 + ,-4 + ,1.8 + ,8.4 + ,1.2694 + ,-15 + ,2.7 + ,8.6 + ,1.2165 + ,-17 + ,2.3 + ,8.5 + ,1.2037 + ,-14 + ,1.9 + ,8.5 + ,1.2292 + ,-9 + ,2.0 + ,8.4 + ,1.2256 + ,-17 + ,2.3 + ,8.5 + ,1.2015 + ,-7 + ,2.8 + ,8.5 + ,1.1786 + ,-6 + ,2.4 + ,8.5 + ,1.1856 + ,-1 + ,2.3 + ,8.5 + ,1.2103 + ,0 + ,2.7 + ,8.5 + ,1.1938 + ,-2 + ,2.7 + ,8.5 + ,1.2020 + ,-4 + ,2.9 + ,8.5 + ,1.2271 + ,-6 + ,3.0 + ,8.5 + ,1.2770 + ,-2 + ,2.2 + ,8.6 + ,1.2650 + ,1 + ,2.3 + ,8.4 + ,1.2684 + ,7 + ,2.8 + ,8.1 + ,1.2811 + ,2 + ,2.8 + ,8.0 + ,1.2727 + ,2 + ,2.8 + ,8.0 + ,1.2611 + ,13 + ,2.2 + ,8.0 + ,1.2881 + ,7 + ,2.6 + ,8.0 + ,1.3213 + ,-1 + ,2.8 + ,7.9 + ,1.2999 + ,1 + ,2.5 + ,7.8 + ,1.3074 + ,0 + ,2.4 + ,7.8 + ,1.3242 + ,0 + ,2.3 + ,7.9 + ,1.3516 + ,5 + ,1.9 + ,8.1 + ,1.3511 + ,3 + ,1.7 + ,8.0 + ,1.3419 + ,6 + ,2.0 + ,7.6 + ,1.3716 + ,7 + ,2.1 + ,7.3 + ,1.3622 + ,-6 + ,1.7 + ,7.0 + ,1.3896 + ,-8 + ,1.8 + ,6.8 + ,1.4227 + ,-5 + ,1.8 + ,7.0 + ,1.4684 + ,-14 + ,1.8 + ,7.1 + ,1.4570 + ,-13 + ,1.3 + ,7.2 + ,1.4718 + ,-15 + ,1.3 + ,7.1 + ,1.4748 + ,-14 + ,1.3 + ,6.9 + ,1.5527 + ,-10 + ,1.2 + ,6.7 + ,1.5750 + ,-14 + ,1.4 + ,6.7 + ,1.5557 + ,-18 + ,2.2 + ,6.6 + ,1.5553 + ,-22 + ,2.9 + ,6.9 + ,1.5770 + ,-24 + ,3.1 + ,7.3 + ,1.4975 + ,-17 + ,3.5 + ,7.5 + ,1.4369 + ,-16 + ,3.6 + ,7.3 + ,1.3322 + ,-17 + ,4.4 + ,7.1 + ,1.2732 + ,-22 + ,4.1 + ,6.9 + ,1.3449 + ,-25 + ,5.1 + ,7.1 + ,1.3239 + ,-18 + ,5.8 + ,7.5 + ,1.2785 + ,-23 + ,5.9 + ,7.7 + ,1.3050 + ,-20 + ,5.4 + ,7.8 + ,1.3190 + ,-9 + ,5.5 + ,7.8 + ,1.3650 + ,-4 + ,4.8 + ,7.7 + ,1.4016 + ,0 + ,3.2 + ,7.8 + ,1.4088 + ,3 + ,2.7 + ,7.8 + ,1.4268 + ,14 + ,2.1 + ,7.9 + ,1.4562 + ,13 + ,1.9 + ,7.9 + ,1.4816 + ,12 + ,0.6) + ,dim=c(4 + ,60) + ,dimnames=list(c('Werkls' + ,'WK' + ,'Ecg' + ,'Cprijs') + ,1:60)) > y <- array(NA,dim=c(4,60),dimnames=list(c('Werkls','WK','Ecg','Cprijs'),1:60)) > 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' > #'GNU S' R Code compiled by R2WASP v. 1.0.44 () > #Author: Prof. Dr. P. Wessa > #To cite this work: AUTHOR(S), (YEAR), YOUR SOFTWARE TITLE (vNUMBER) in Free Statistics Software (v$_version), Office for Research Development and Education, URL http://www.wessa.net/rwasp_YOURPAGE.wasp/ > #Source of accompanying publication: Office for Research, Development, and Education > #Technical description: Write here your technical program description (don't use hard returns!) > z <- as.data.frame(t(y)) > postscript(file="/var/www/html/rcomp/tmp/1kool1257945000.ps",horizontal=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] [1,] 6.6 1.17860 -25.0 0.60 [2,] 7.3 1.27105 -14.5 1.90 [3,] 7.9 1.32070 -4.0 2.30 [4,] 8.4 1.41575 1.0 2.85 [5,] 8.6 1.57700 14.0 4.10 $n [1] 60 60 60 60 $conf [,1] [,2] [,3] [,4] [1,] 7.675625 1.291185 -7.1616454 2.106222 [2,] 8.124375 1.350215 -0.8383546 2.493778 $out [1] 4.4 5.1 5.8 5.9 5.4 5.5 4.8 $group [1] 4 4 4 4 4 4 4 $names [1] "Werkls" "WK" "Ecg" "Cprijs" > dev.off() null device 1 > > #Note: the /var/www/html/rcomp/createtable file can be downloaded at http://www.wessa.net/cretab > load(file="/var/www/html/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/www/html/rcomp/tmp/20jge1257945000.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/www/html/rcomp/tmp/3ds251257945000.tab") > > system("convert tmp/1kool1257945000.ps tmp/1kool1257945000.png") > > > proc.time() user system elapsed 0.386 0.158 0.478