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(216234 + ,258961 + ,87130 + ,562325 + ,213587 + ,258647 + ,88620 + ,560854 + ,209465 + ,256304 + ,89563 + ,555332 + ,204045 + ,250498 + ,89056 + ,543599 + ,200237 + ,247883 + ,88542 + ,536662 + ,203666 + ,249552 + ,89504 + ,542722 + ,241476 + ,262626 + ,89428 + ,593530 + ,260307 + ,264416 + ,86040 + ,610763 + ,243324 + ,273049 + ,96240 + ,612613 + ,244460 + ,272441 + ,94423 + ,611324 + ,233575 + ,267564 + ,93028 + ,594167 + ,237217 + ,265952 + ,92285 + ,595454 + ,235243 + ,263937 + ,91685 + ,590865 + ,230354 + ,264765 + ,94260 + ,589379 + ,227184 + ,263386 + ,93858 + ,584428 + ,221678 + ,258985 + ,92437 + ,573100 + ,217142 + ,257334 + ,92980 + ,567456 + ,219452 + ,257477 + ,92099 + ,569028 + ,256446 + ,271486 + ,92803 + ,620735 + ,265845 + ,274488 + ,88551 + ,628884 + ,248624 + ,281274 + ,98334 + ,628232 + ,241114 + ,272674 + ,98329 + ,612117 + ,229245 + ,269704 + ,96455 + ,595404 + ,231805 + ,268227 + ,97109 + ,597141 + ,219277 + ,276444 + ,97687 + ,593408 + ,219313 + ,272247 + ,98512 + ,590072 + ,212610 + ,268516 + ,98673 + ,579799 + ,214771 + ,263406 + ,96028 + ,574205 + ,211142 + ,263619 + ,98014 + ,572775 + ,211457 + ,265905 + ,95580 + ,572942 + ,240048 + ,281681 + ,97838 + ,619567 + ,240636 + ,287413 + ,97760 + ,625809 + ,230580 + ,289423 + ,99913 + ,619916 + ,208795 + ,281242 + ,97588 + ,587625 + ,197922 + ,273878 + ,93942 + ,565742 + ,194596 + ,269022 + ,93656 + ,557274 + ,194581 + ,272630 + ,93365 + ,560576 + ,185686 + ,270287 + ,92881 + ,548854 + ,178106 + ,260447 + ,93120 + ,531673 + ,172608 + ,262248 + ,91063 + ,525919 + ,167302 + ,252806 + ,90930 + ,511038 + ,168053 + ,238663 + ,91946 + ,498662 + ,202300 + ,258438 + ,94624 + ,555362 + ,202388 + ,266719 + ,95484 + ,564591 + ,182516 + ,263279 + ,95862 + ,541657 + ,173476 + ,258064 + ,95530 + ,527070 + ,166444 + ,248828 + ,94574 + ,509846 + ,171297 + ,248284 + ,94677 + ,514258 + ,169701 + ,253376 + ,93845 + ,516922 + ,164182 + ,251846 + ,91533 + ,507561 + ,161914 + ,239494 + ,91214 + ,492622 + ,159612 + ,239709 + ,90922 + ,490243 + ,151001 + ,228793 + ,89563 + ,469357 + ,158114 + ,229521 + ,89945 + ,477580 + ,186530 + ,249999 + ,91850 + ,528379 + ,187069 + ,254016 + ,92505 + ,533590 + ,174330 + ,251178 + ,92437 + ,517945 + ,169362 + ,242936 + ,93876 + ,506174 + ,166827 + ,241478 + ,93561 + ,501866 + ,178037 + ,243985 + ,94119 + ,516141 + ,186412 + ,246546 + ,95264 + ,528222 + ,189226 + ,247323 + ,96089 + ,532638 + ,191563 + ,247599 + ,97160 + ,536322 + ,188906 + ,248985 + ,98644 + ,536535 + ,186005 + ,241326 + ,96266 + ,523597 + ,195309 + ,242967 + ,97938 + ,536214 + ,223532 + ,263281 + ,99757 + ,586570 + ,226899 + ,268145 + ,101550 + ,596594 + ,214126 + ,263948 + ,102449 + ,580523) + ,dim=c(4 + ,69) + ,dimnames=list(c('wl_vla' + ,'wl_wa' + ,'wl_bru' + ,'wl_bel') + ,1:69)) > y <- array(NA,dim=c(4,69),dimnames=list(c('wl_vla','wl_wa','wl_bru','wl_bel'),1:69)) > 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/17qny1257416170.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,] 151001 228793 86040 469357 [2,] 182516 249552 91850 528222 [3,] 204045 262248 93876 560854 [4,] 227184 268516 96455 590865 [5,] 265845 289423 102449 628884 $n [1] 69 69 69 69 $conf [,1] [,2] [,3] [,4] [1,] 195548.7 258640.9 93000.08 548938.7 [2,] 212541.3 265855.1 94751.92 572769.3 $out numeric(0) $group numeric(0) $names [1] "wl_vla" "wl_wa" "wl_bru" "wl_bel" > 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/2nygf1257416170.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/3mcb41257416170.tab") > > system("convert tmp/17qny1257416170.ps tmp/17qny1257416170.png") > > > proc.time() user system elapsed 0.403 0.158 1.196