R version 2.8.0 (2008-10-20) Copyright (C) 2008 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(14291.1 + ,13429.9 + ,14205.3 + ,13470.1 + ,15859.4 + ,14785.8 + ,15258.9 + ,14292 + ,15498.6 + ,14308.8 + ,15106.5 + ,14013 + ,15023.6 + ,13240.9 + ,12083 + ,12153.4 + ,15761.3 + ,14289.7 + ,16943 + ,15669.2 + ,15070.3 + ,14169.5 + ,13659.6 + ,14569.8 + ,14768.9 + ,14469.1 + ,14725.1 + ,14264.9 + ,15998.1 + ,15320.9 + ,15370.6 + ,14433.5 + ,14956.9 + ,13691.5 + ,15469.7 + ,14194.1 + ,15101.8 + ,13519.2 + ,11703.7 + ,11857.9 + ,16283.6 + ,14616 + ,16726.5 + ,15643.4 + ,14968.9 + ,14077.2 + ,14861 + ,14887.5 + ,14583.3 + ,14159.9 + ,15305.8 + ,14643 + ,17903.9 + ,17192.5 + ,16379.4 + ,15386.1 + ,15420.3 + ,14287.1 + ,17870.5 + ,17526.6 + ,15912.8 + ,14497 + ,13866.5 + ,14398.3 + ,17823.2 + ,16629.6 + ,17872 + ,16670.7 + ,17420.4 + ,16614.8 + ,16704.4 + ,16869.2 + ,15991.2 + ,15663.9 + ,16583.6 + ,16359.9 + ,19123.5 + ,18447.7 + ,17838.7 + ,16889 + ,17209.4 + ,16505 + ,18586.5 + ,18320.9 + ,16258.1 + ,15052.1 + ,15141.6 + ,15699.8 + ,19202.1 + ,18135.3 + ,17746.5 + ,16768.7 + ,19090.1 + ,18883 + ,18040.3 + ,19021 + ,17515.5 + ,18101.9 + ,17751.8 + ,17776.1 + ,21072.4 + ,21489.9 + ,17170 + ,17065.3 + ,19439.5 + ,18690 + ,19795.4 + ,18953.1 + ,17574.9 + ,16398.9 + ,16165.4 + ,16895.7 + ,19464.6 + ,18553 + ,19932.1 + ,19270 + ,19961.2 + ,19422.1 + ,17343.4 + ,17579.4 + ,18924.2 + ,18637.3 + ,18574.1 + ,18076.7 + ,21350.6 + ,20438.6 + ,18594.6 + ,18075.2 + ,19823.1 + ,19563 + ,20844.4 + ,19899.2 + ,19640.2 + ,19227.5 + ,17735.4 + ,17789.6 + ,19813.6 + ,19220.8 + ,22160 + ,21968.9 + ,20664.3 + ,21131.5 + ,17877.4 + ,19484.6) + ,dim=c(2 + ,72) + ,dimnames=list(c('Uitvoer' + ,'Invoer') + ,1:72)) > y <- array(NA,dim=c(2,72),dimnames=list(c('Uitvoer','Invoer'),1:72)) > 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/11h9a1228678695.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] [1,] 11703.70 11857.9 [2,] 15282.35 14415.9 [3,] 17056.50 16559.9 [4,] 18590.55 18384.3 [5,] 22160.00 21968.9 $n [1] 72 72 $conf [,1] [,2] [1,] 16440.50 15820.96 [2,] 17672.50 17298.84 $out numeric(0) $group numeric(0) $names [1] "Uitvoer" "Invoer" > 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/2g79d1228678695.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/3zdoa1228678695.tab") > > system("convert tmp/11h9a1228678695.ps tmp/11h9a1228678695.png") > > > proc.time() user system elapsed 0.385 0.158 0.449