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(2.22 + ,2.085 + ,2.83 + ,3.31 + ,2.19 + ,2.053 + ,2.72 + ,3.25 + ,2.2 + ,2.077 + ,2.73 + ,3.2 + ,2.19 + ,2.058 + ,2.72 + ,3.1 + ,2.22 + ,2.057 + ,2.77 + ,2.93 + ,2.15 + ,2.076 + ,2.61 + ,2.92 + ,2.08 + ,2.07 + ,2.47 + ,2.9 + ,2 + ,2.062 + ,2.3 + ,2.87 + ,2.06 + ,2.073 + ,2.38 + ,2.76 + ,2.11 + ,2.061 + ,2.43 + ,2.67 + ,2.11 + ,2.094 + ,2.39 + ,2.75 + ,2.3 + ,2.067 + ,2.6 + ,2.72 + ,2.57 + ,2.086 + ,2.84 + ,2.72 + ,2.65 + ,2.276 + ,2.87 + ,2.86 + ,2.69 + ,2.326 + ,2.92 + ,2.99 + ,2.76 + ,2.349 + ,2.08 + ,3.07 + ,2.93 + ,2.52 + ,3.33 + ,2.96 + ,3.05 + ,2.628 + ,3.48 + ,3.04 + ,3.15 + ,2.577 + ,3.57 + ,3.3 + ,3.23 + ,2.698 + ,3.66 + ,3.48 + ,3.37 + ,2.814 + ,3.77 + ,3.46 + ,3.45 + ,2.968 + ,3.75 + ,3.57 + ,3.55 + ,3.041 + ,3.75 + ,3.6 + ,3.63 + ,3.278 + ,3.81 + ,3.51 + ,3.7 + ,3.328 + ,3.82 + ,3.52 + ,3.75 + ,3.5 + ,3.89 + ,3.49 + ,3.88 + ,3.563 + ,4.05 + ,3.5 + ,3.91 + ,3.569 + ,4.1 + ,3.64 + ,3.94 + ,3.69 + ,4.07 + ,3.94 + ,4.1 + ,3.819 + ,4.26 + ,3.94 + ,4.21 + ,3.79 + ,4.4 + ,3.91 + ,4.33 + ,3.956 + ,4.61 + ,3.88 + ,4.38 + ,4.063 + ,4.63 + ,4.21 + ,4.19 + ,4.047 + ,4.48 + ,4.39 + ,4.06 + ,4.029 + ,4.46 + ,4.33 + ,4.06 + ,3.941 + ,4.45 + ,4.27 + ,4.02 + ,4.022 + ,4.32 + ,4.29 + ,4.08 + ,3.879 + ,4.52 + ,4.18 + ,3.84 + ,4.022 + ,4.21 + ,4.14 + ,3.6 + ,4.028 + ,3.97 + ,4.23 + ,3.69 + ,4.091 + ,4.12 + ,4.07 + ,3.95 + ,3.987 + ,4.5 + ,3.74 + ,4.11 + ,4.01 + ,4.73 + ,3.66 + ,4.52 + ,4.007 + ,5.26 + ,3.92 + ,4.48 + ,4.191 + ,4.52 + ,4.45 + ,4.33 + ,4.299 + ,4.94 + ,4.92 + ,4.21 + ,4.273 + ,4.95 + ,4.9 + ,3.03 + ,3.82 + ,3.52 + ,4.54 + ,2.46 + ,3.15 + ,3.85 + ,4.53 + ,2.13 + ,2.486 + ,2.41 + ,4.14 + ,1.58 + ,1.812 + ,2.95 + ,4.05 + ,1.22 + ,1.257 + ,2.68 + ,3.92 + ,1.03 + ,1.062 + ,2.53 + ,3.68 + ,1.06 + ,0.842 + ,2.44 + ,3.35 + ,0.91 + ,0.782 + ,2.16 + ,3.38 + ,0.92 + ,0.698 + ,2.2 + ,3.44 + ,0.72 + ,0.358 + ,2.1 + ,3.5 + ,0.78 + ,0.347 + ,2.29 + ,3.54 + ,0.65 + ,0.363 + ,2.03 + ,3.52 + ,0.78 + ,0.359 + ,2.05 + ,3.53 + ,0.79 + ,0.355 + ,2.07 + ,3.51) + ,dim=c(4 + ,61) + ,dimnames=list(c('schk' + ,'intm' + ,'eobm' + ,'ksbn') + ,1:61)) > y <- array(NA,dim=c(4,61),dimnames=list(c('schk','intm','eobm','ksbn'),1:61)) > 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 = 'Rente' > xlab = 'Variabelen' > 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/1ygiw1258036260.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,] 0.65 0.347 2.03 2.67 [2,] 2.11 2.062 2.53 3.20 [3,] 3.03 2.628 3.52 3.52 [4,] 3.94 3.879 4.21 4.05 [5,] 4.52 4.299 5.26 4.92 $n [1] 61 61 61 61 $conf [,1] [,2] [,3] [,4] [1,] 2.659794 2.260424 3.180139 3.348046 [2,] 3.400206 2.995576 3.859861 3.691954 $out numeric(0) $group numeric(0) $names [1] "schk" "intm" "eobm" "ksbn" > 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/2d2dx1258036260.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/3u3mj1258036260.tab") > > system("convert tmp/1ygiw1258036260.ps tmp/1ygiw1258036260.png") > > > proc.time() user system elapsed 0.380 0.167 0.720