R version 3.0.2 (2013-09-25) -- "Frisbee Sailing" Copyright (C) 2013 The R Foundation for Statistical Computing Platform: i686-pc-linux-gnu (32-bit) 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(111 + ,45 + ,27 + ,52 + ,102 + ,50 + ,18 + ,55 + ,108 + ,49 + ,19 + ,80 + ,109 + ,55 + ,20 + ,45 + ,118 + ,39 + ,29 + ,60 + ,79 + ,68 + ,46 + ,34 + ,88 + ,69 + ,27 + ,45 + ,102 + ,56 + ,23 + ,68 + ,105 + ,58 + ,29 + ,26 + ,92 + ,48 + ,38 + ,70 + ,131 + ,34 + ,20 + ,85 + ,104 + ,50 + ,37 + ,54 + ,83 + ,76 + ,32 + ,55 + ,84 + ,49 + ,26 + ,40 + ,85 + ,51 + ,40 + ,55 + ,110 + ,53 + ,30 + ,50 + ,121 + ,36 + ,26 + ,71 + ,120 + ,62 + ,23 + ,55 + ,100 + ,46 + ,27 + ,70 + ,94 + ,50 + ,38 + ,55 + ,89 + ,47 + ,25 + ,60 + ,93 + ,50 + ,33 + ,65 + ,128 + ,44 + ,45 + ,66 + ,84 + ,50 + ,34 + ,55 + ,127 + ,29 + ,20 + ,90 + ,106 + ,49 + ,24 + ,55 + ,129 + ,26 + ,26 + ,60 + ,82 + ,79 + ,26 + ,35 + ,106 + ,53 + ,39 + ,55 + ,109 + ,53 + ,27 + ,26 + ,91 + ,72 + ,18 + ,14 + ,111 + ,35 + ,34 + ,45 + ,105 + ,42 + ,25 + ,35 + ,118 + ,37 + ,26 + ,65 + ,103 + ,46 + ,28 + ,35 + ,101 + ,48 + ,21 + ,60 + ,101 + ,46 + ,39 + ,60 + ,95 + ,49 + ,25 + ,60 + ,108 + ,65 + ,29 + ,65 + ,95 + ,52 + ,37 + ,45 + ,98 + ,75 + ,34 + ,20 + ,82 + ,58 + ,30 + ,50 + ,100 + ,43 + ,28 + ,60 + ,100 + ,60 + ,25 + ,48 + ,107 + ,43 + ,27 + ,40 + ,95 + ,51 + ,33 + ,55 + ,97 + ,70 + ,30 + ,54 + ,93 + ,69 + ,26 + ,40 + ,81 + ,65 + ,18 + ,40 + ,89 + ,63 + ,21 + ,34 + ,111 + ,44 + ,39 + ,60 + ,95 + ,61 + ,36 + ,30 + ,106 + ,40 + ,32 + ,75 + ,83 + ,62 + ,23 + ,24 + ,81 + ,59 + ,27 + ,30 + ,115 + ,47 + ,45 + ,80 + ,112 + ,50 + ,24 + ,60 + ,92 + ,50 + ,29 + ,46 + ,85 + ,65 + ,21 + ,35 + ,95 + ,54 + ,28 + ,60 + ,115 + ,44 + ,37 + ,75 + ,91 + ,66 + ,22 + ,54 + ,107 + ,34 + ,31 + ,78 + ,102 + ,74 + ,32 + ,20 + ,86 + ,57 + ,20 + ,45 + ,96 + ,60 + ,33 + ,60 + ,114 + ,36 + ,32 + ,70 + ,105 + ,50 + ,18 + ,35 + ,82 + ,60 + ,44 + ,20 + ,120 + ,45 + ,24 + ,60 + ,88 + ,55 + ,21 + ,20 + ,90 + ,44 + ,29 + ,50 + ,85 + ,57 + ,30 + ,50 + ,106 + ,33 + ,37 + ,75 + ,109 + ,30 + ,33 + ,70 + ,75 + ,64 + ,25 + ,20 + ,91 + ,49 + ,19 + ,45 + ,96 + ,76 + ,16 + ,20 + ,108 + ,40 + ,31 + ,50 + ,86 + ,48 + ,29 + ,55 + ,98 + ,65 + ,37 + ,15 + ,99 + ,50 + ,41 + ,26 + ,95 + ,70 + ,28 + ,25 + ,88 + ,78 + ,19 + ,30 + ,111 + ,44 + ,28 + ,60 + ,103 + ,48 + ,33 + ,40 + ,107 + ,52 + ,32 + ,40 + ,118 + ,40 + ,28 + ,50) + ,dim=c(4 + ,88) + ,dimnames=list(c('IQ' + ,'Add' + ,'MumAge' + ,'Grade') + ,1:88)) > y <- array(NA,dim=c(4,88),dimnames=list(c('IQ','Add','MumAge','Grade'),1:88)) > 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' > par1 <- 'grey' > #'GNU S' R Code compiled by R2WASP v. 1.2.291 () > #Author: root > #To cite this work: Wessa P., (2012), Notched Boxplots (v1.0.6) in Free Statistics Software (v$_version), Office for Research Development and Education, URL http://www.wessa.net/rwasp_notchedbox1.wasp/ > #Source of accompanying publication: Office for Research, Development, and Education > # > z <- as.data.frame(t(y)) > postscript(file="/var/fisher/rcomp/tmp/1soer1386081092.ps",horizontal=F,onefile=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,] 75.0 26.0 16 14 [2,] 90.5 44.5 24 35 [3,] 100.0 50.0 28 53 [4,] 108.5 60.5 33 60 [5,] 131.0 79.0 46 90 $n [1] 88 88 88 88 $conf [,1] [,2] [,3] [,4] [1,] 96.96829 47.30514 26.48414 48.78929 [2,] 103.03171 52.69486 29.51586 57.21071 $out numeric(0) $group numeric(0) $names [1] "IQ" "Add" "MumAge" "Grade" > dev.off() null device 1 > > #Note: the /var/fisher/rcomp/createtable file can be downloaded at http://www.wessa.net/cretab > load(file="/var/fisher/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/fisher/rcomp/tmp/2x9si1386081092.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/fisher/rcomp/tmp/37w211386081092.tab") > > try(system("convert tmp/1soer1386081092.ps tmp/1soer1386081092.png",intern=TRUE)) character(0) > > > proc.time() user system elapsed 1.986 0.642 2.603