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(103.1 + ,119.5 + ,98.6 + ,100.6 + ,125 + ,98 + ,103.1 + ,145 + ,106.8 + ,95.5 + ,105.3 + ,96.6 + ,90.5 + ,116.9 + ,100.1 + ,90.9 + ,120.1 + ,107.7 + ,88.8 + ,88.9 + ,91.5 + ,90.7 + ,78.4 + ,97.8 + ,94.3 + ,114.6 + ,107.4 + ,104.6 + ,113.3 + ,117.5 + ,111.1 + ,117 + ,105.6 + ,110.8 + ,99.6 + ,97.4 + ,107.2 + ,99.4 + ,99.5 + ,99 + ,101.9 + ,98 + ,99 + ,115.2 + ,104.3 + ,91 + ,108.5 + ,100.6 + ,96.2 + ,113.8 + ,101.1 + ,96.9 + ,121 + ,103.9 + ,96.2 + ,92.2 + ,96.9 + ,100.1 + ,90.2 + ,95.5 + ,99 + ,101.5 + ,108.4 + ,115.4 + ,126.6 + ,117 + ,106.9 + ,93.9 + ,103.8 + ,107.1 + ,89.8 + ,100.8 + ,99.3 + ,93.4 + ,110.6 + ,99.2 + ,101.5 + ,104 + ,108.3 + ,110.4 + ,112.6 + ,105.6 + ,105.9 + ,107.3 + ,99.5 + ,108.4 + ,98.9 + ,107.4 + ,113.9 + ,109.8 + ,93.1 + ,86.1 + ,104.9 + ,88.1 + ,69.4 + ,102.2 + ,110.7 + ,101.2 + ,123.9 + ,113.1 + ,100.5 + ,124.9 + ,99.6 + ,98 + ,112.7 + ,93.6 + ,106.6 + ,121.9 + ,98.6 + ,90.1 + ,100.6 + ,99.6 + ,96.9 + ,104.3 + ,114.3 + ,125.9 + ,120.4 + ,107.8 + ,112 + ,107.5 + ,101.2 + ,100 + ,102.9 + ,112.5 + ,123.9 + ,125.6 + ,100.5 + ,79.8 + ,107.5 + ,93.9 + ,83.4 + ,108.8 + ,116.2 + ,113.6 + ,128.4 + ,112 + ,112.9 + ,121.1 + ,106.4 + ,104 + ,119.5 + ,95.7 + ,109.9 + ,128.7 + ,96 + ,99 + ,108.7 + ,95.8 + ,106.3 + ,105.5 + ,103 + ,128.9 + ,119.8 + ,102.2 + ,111.1 + ,111.3 + ,98.4 + ,102.9 + ,110.6 + ,111.4 + ,130 + ,120.1 + ,86.6 + ,87 + ,97.5 + ,91.3 + ,87.5 + ,107.7 + ,107.9 + ,117.6 + ,127.3 + ,101.8 + ,103.4 + ,117.2 + ,104.4 + ,110.8 + ,119.8 + ,93.4 + ,112.6 + ,116.2 + ,100.1 + ,102.5 + ,111 + ,98.5 + ,112.4 + ,112.4 + ,112.9 + ,135.6 + ,130.6 + ,101.4 + ,105.1 + ,109.1 + ,107.1 + ,127.7 + ,118.8 + ,110.8 + ,137 + ,123.9 + ,90.3 + ,91 + ,101.6 + ,95.5 + ,90.5 + ,112.8 + ,111.4 + ,122.4 + ,128 + ,113 + ,123.3 + ,129.6 + ,107.5 + ,124.3 + ,125.8 + ,95.9 + ,120 + ,119.5 + ,106.3 + ,118.1 + ,115.7 + ,105.2 + ,119 + ,113.6 + ,117.2 + ,142.7 + ,129.7 + ,106.9 + ,123.6 + ,112 + ,108.2 + ,129.6 + ,116.8 + ,113 + ,151.6 + ,127 + ,97.2 + ,110.4 + ,112.1 + ,99.9 + ,99.2 + ,114.2 + ,108.1 + ,130.5 + ,121.1 + ,118.1 + ,136.2 + ,131.6 + ,109.1 + ,129.7 + ,125 + ,93.3 + ,128 + ,120.4 + ,112.1 + ,121.6 + ,117.7) + ,dim=c(3 + ,85) + ,dimnames=list(c('Int.' + ,'Inv.' + ,'Cons.') + ,1:85)) > y <- array(NA,dim=c(3,85),dimnames=list(c('Int.','Inv.','Cons.'),1:85)) > 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/1q8f51228570775.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] [1,] 86.6 69.4 91.5 [2,] 96.2 99.6 103.9 [3,] 101.4 110.8 111.0 [4,] 108.1 121.6 119.8 [5,] 118.1 151.6 131.6 $n [1] 85 85 85 $conf [,1] [,2] [,3] [1,] 99.36064 107.0297 108.2751 [2,] 103.43936 114.5703 113.7249 $out numeric(0) $group numeric(0) $names [1] "Int." "Inv." "Cons." > 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/2sv461228570775.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/3dxfz1228570775.tab") > > system("convert tmp/1q8f51228570775.ps tmp/1q8f51228570775.png") > > > proc.time() user system elapsed 0.388 0.158 0.471