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(613.20 + ,614.70 + ,618.40 + ,628.20 + ,629.00 + ,629.70 + ,630.40 + ,630.40 + ,639.30 + ,639.40 + ,640.90 + ,640.80 + ,642.10 + ,645.30 + ,647.60 + ,648.40 + ,648.80 + ,648.90 + ,648.90 + ,648.90 + ,650.30 + ,650.30 + ,650.00 + ,650.00 + ,650.50 + ,658.40 + ,666.00 + ,675.50 + ,680.70 + ,690.60 + ,690.60 + ,691.10 + ,692.90 + ,693.80 + ,692.80 + ,697.50 + ,699.00 + ,702.10 + ,704.80 + ,715.50 + ,721.80 + ,726.40 + ,727.70 + ,727.40 + ,731.30 + ,734.40 + ,733.40 + ,733.40 + ,738.10 + ,742.60 + ,747.20 + ,751.10 + ,752.60 + ,758.90 + ,759.10 + ,764.30 + ,765.60 + ,767.60 + ,767.60 + ,765.60 + ,768.20 + ,770.90 + ,775.10 + ,777.60 + ,778.60 + ,778.90 + ,779.40 + ,779.90 + ,781.70 + ,789.10 + ,788.70 + ,788.80 + ,790.80 + ,794.10 + ,795.10 + ,797.30 + ,803.80 + ,805.60 + ,804.60 + ,804.50 + ,805.80 + ,806.80 + ,805.20 + ,814.90 + ,816.60 + ,819.50 + ,823.00 + ,824.00 + ,831.40 + ,831.70 + ,831.10 + ,832.10 + ,833.30 + ,838.80 + ,838.00 + ,837.30 + ,994.20 + ,994.20 + ,994.20 + ,994.20 + ,994.20 + ,1092.60 + ,1100.00 + ,1100.00 + ,1092.60 + ,1000.70 + ,1000.70 + ,1000.50 + ,1000.50 + ,1000.50 + ,1000.50 + ,1000.50 + ,1000.50 + ,1087.70 + ,1113.20 + ,1116.00 + ,1085.20 + ,1031.30 + ,1028.70 + ,1027.50 + ,1027.50 + ,1027.50 + ,1027.50 + ,1027.50 + ,1027.50 + ,1152.20 + ,1155.30 + ,1154.00 + ,1119.90 + ,1079.30 + ,1074.30 + ,1069.80) + ,dim=c(1 + ,132) + ,dimnames=list(c('Prijs') + ,1:132)) > y <- array(NA,dim=c(1,132),dimnames=list(c('Prijs'),1:132)) > 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/1gn9o1250070522.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] [1,] 613.20 [2,] 692.85 [3,] 779.15 [4,] 994.20 [5,] 1155.30 $n [1] 132 $conf [,1] [1,] 737.708 [2,] 820.592 $out numeric(0) $group numeric(0) $names [1] "Prijs" > 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/25eu31250070522.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/3gcw61250070522.tab") > > system("convert tmp/1gn9o1250070522.ps tmp/1gn9o1250070522.png") > > > proc.time() user system elapsed 0.375 0.160 6.973