R version 3.0.2 (2013-09-25) -- "Frisbee Sailing" Copyright (C) 2013 The R Foundation for Statistical Computing Platform: x86_64-pc-linux-gnu (64-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(133448.00 + ,132951.00 + ,132447.00 + ,131404.00 + ,141722.00 + ,141176.00 + ,133448.00 + ,128310.00 + ,128807.00 + ,128807.00 + ,129360.00 + ,130354.00 + ,131901.00 + ,131901.00 + ,130907.00 + ,128310.00 + ,141722.00 + ,143766.00 + ,140679.00 + ,133448.00 + ,136542.00 + ,131901.00 + ,133994.00 + ,134995.00 + ,136038.00 + ,133448.00 + ,133994.00 + ,130354.00 + ,141722.00 + ,145313.00 + ,142226.00 + ,136542.00 + ,142723.00 + ,136038.00 + ,142226.00 + ,141722.00 + ,143269.00 + ,137585.00 + ,143766.00 + ,143269.00 + ,152544.00 + ,150451.00 + ,142226.00 + ,138082.00 + ,143766.00 + ,136038.00 + ,141722.00 + ,142723.00 + ,144816.00 + ,140182.00 + ,142723.00 + ,144270.00 + ,149954.00 + ,145313.00 + ,139132.00 + ,132447.00 + ,138635.00 + ,121625.00 + ,129857.00 + ,134491.00 + ,139132.00 + ,132447.00 + ,132447.00 + ,132447.00 + ,136038.00 + ,130907.00 + ,124173.00 + ,118538.00 + ,122626.00 + ,106666.00 + ,116445.00 + ,122129.00 + ,123172.00 + ,117488.00 + ,117985.00 + ,116445.00 + ,121625.00 + ,117985.00 + ,110810.00 + ,105623.00 + ,114394.00 + ,95347.00 + ,107716.00 + ,113351.00 + ,113351.00 + ,106666.00 + ,100485.00 + ,99988.00 + ,105623.00 + ,100485.00 + ,90713.00 + ,83979.00 + ,91210.00 + ,74207.00 + ,89663.00 + ,97888.00 + ,100485.00 + ,94801.00 + ,87619.00 + ,92757.00 + ,94801.00 + ,93254.00 + ,77791.00 + ,70616.00 + ,75747.00 + ,60291.00 + ,76251.00 + ,81935.00 + ,86569.00 + ,78841.00 + ,71610.00 + ,75747.00 + ,77791.00 + ,73703.00 + ,58247.00 + ,51513.00 + ,57694.00 + ,40691.00 + ,59241.00 + ,70616.00) + ,dim=c(1 + ,120) + ,dimnames=list(c('A') + ,1:120)) > y <- array(NA,dim=c(1,120),dimnames=list(c('A'),1:120)) > 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/wessaorg/rcomp/tmp/1bs5o1439648697.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] [1,] 40691.0 [2,] 98938.0 [3,] 129608.5 [4,] 137833.5 [5,] 152544.0 $n [1] 120 $conf [,1] [1,] 123998.5 [2,] 135218.5 $out numeric(0) $group numeric(0) $names [1] "A" > dev.off() null device 1 > > #Note: the /var/wessaorg/rcomp/createtable file can be downloaded at http://www.wessa.net/cretab > load(file="/var/wessaorg/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/wessaorg/rcomp/tmp/23lgs1439648697.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/wessaorg/rcomp/tmp/3bons1439648697.tab") > > try(system("convert tmp/1bs5o1439648697.ps tmp/1bs5o1439648697.png",intern=TRUE)) character(0) > > > proc.time() user system elapsed 0.659 0.095 0.755