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(110.6 + ,102.4 + ,101.8 + ,102.5 + ,108.4 + ,102.6 + ,95.9 + ,99.2 + ,107.9 + ,102.8 + ,102.1 + ,102.7 + ,105.9 + ,102.8 + ,96.5 + ,99.5 + ,111.6 + ,103.6 + ,96.5 + ,100.1 + ,122 + ,104.7 + ,99.3 + ,102.6 + ,108.2 + ,105.5 + ,101.6 + ,103.5 + ,101.7 + ,106.6 + ,103.8 + ,104.8 + ,101.8 + ,107.2 + ,102.1 + ,104.2 + ,98.3 + ,107.5 + ,106.6 + ,106.6 + ,95.6 + ,108.3 + ,104.4 + ,105.5 + ,92.5 + ,108.7 + ,103.2 + ,104.9 + ,97 + ,108.8 + ,106.8 + ,107.1 + ,95.9 + ,109.8 + ,103.3 + ,105.5 + ,102 + ,109.5 + ,107 + ,107.8 + ,104 + ,109.2 + ,101.5 + ,104.7 + ,104.6 + ,110.6 + ,102.5 + ,105.8 + ,115.8 + ,110.1 + ,105 + ,107.6 + ,112.3 + ,109.9 + ,109.9 + ,110 + ,98.3 + ,109.7 + ,105.4 + ,106.8 + ,101.6 + ,109.4 + ,104.1 + ,106.1 + ,94 + ,109.4 + ,107.5 + ,107.6 + ,95.6 + ,109.4 + ,108.1 + ,108 + ,103.9 + ,109.5 + ,111.2 + ,110.1 + ,95.5 + ,109.5 + ,109.8 + ,109 + ,98.4 + ,109.9 + ,109.1 + ,108.9 + ,107.1 + ,110 + ,111.8 + ,110.9 + ,110.7 + ,110.8 + ,109.4 + ,110 + ,107.3 + ,112.4 + ,113.9 + ,112.9 + ,118.4 + ,112.8 + ,113.9 + ,113.6 + ,112.4 + ,113.7 + ,114.5 + ,114.1 + ,113.3 + ,114.5 + ,112.9 + ,113.6 + ,116.1 + ,114.8 + ,112.9 + ,113.8 + ,108.4 + ,115.6 + ,111.5 + ,113 + ,106.4 + ,115.8 + ,112 + ,113.2 + ,123.2 + ,115.8 + ,117.6 + ,117.2 + ,109.5 + ,116.3 + ,116.4 + ,116 + ,109 + ,116.3 + ,110.8 + ,112.9 + ,114.6 + ,116.8 + ,115.5 + ,115.9 + ,121.1 + ,116.7 + ,110.8 + ,113.6 + ,122.3 + ,116.8 + ,111.6 + ,114.2 + ,131 + ,117 + ,111.8 + ,114.9 + ,121.9 + ,117.2 + ,116 + ,116.8 + ,121 + ,117.1 + ,115.4 + ,116.3 + ,116.9 + ,117.3 + ,112.6 + ,114.7 + ,106.1 + ,117.4 + ,114.8 + ,115.4 + ,109.7 + ,117.7 + ,115.8 + ,116.3 + ,109.8 + ,117.9 + ,117.9 + ,117.5 + ,115 + ,118.8 + ,119.9 + ,119.2 + ,119.7 + ,119.9 + ,120.2 + ,120.1 + ,120.4 + ,122.4 + ,123.7 + ,123 + ,123.6 + ,123.5 + ,120.2 + ,121.7 + ,120 + ,125.6 + ,120.4 + ,122.4 + ,122.4 + ,127.4 + ,121.8 + ,124.1 + ,119.6 + ,128.9 + ,124.5 + ,126 + ,118.1 + ,129.5 + ,122.8 + ,125.3 + ,118 + ,130.8 + ,120.2 + ,124.3 + ,109.9 + ,132.7 + ,128.8 + ,129.4 + ,109 + ,134 + ,129.5 + ,130.3 + ,109.7 + ,132.9 + ,128.4 + ,129.2 + ,110.1 + ,133.1 + ,130 + ,130.2 + ,109.1 + ,131.7 + ,124.9 + ,126.8 + ,105.7 + ,128.8 + ,124.6 + ,125.4 + ,108.8 + ,125.1 + ,116.6 + ,119.6 + ,119.7 + ,123.9 + ,115.8 + ,119.2 + ,116.4 + ,121.8 + ,114.4 + ,117.4 + ,109 + ,119.2 + ,113.5 + ,115.6) + ,dim=c(4 + ,67) + ,dimnames=list(c('ltbw' + ,'AfzPrBin' + ,'EenhwInv' + ,'Afz&Inv') + ,1:67)) > y <- array(NA,dim=c(4,67),dimnames=list(c('ltbw','AfzPrBin','EenhwInv','Afz&Inv'),1:67)) > 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 = 'Afzet- en invoerprijzen en bestanddelen' > #'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/1l4it1258116966.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,] 92.50 102.40 95.9 99.20 [2,] 105.15 109.45 106.0 106.95 [3,] 109.70 115.60 112.0 113.60 [4,] 117.45 119.55 117.1 118.35 [5,] 131.00 134.00 130.0 130.30 $n [1] 67 67 67 67 $conf [,1] [,2] [,3] [,4] [1,] 107.3258 113.6504 109.8574 111.3995 [2,] 112.0742 117.5496 114.1426 115.8005 $out numeric(0) $group numeric(0) $names [1] "ltbw" "AfzPrBin" "EenhwInv" "Afz&Inv" > 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/2w7ct1258116966.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/3nor01258116966.tab") > > system("convert tmp/1l4it1258116966.ps tmp/1l4it1258116966.png") > > > proc.time() user system elapsed 0.400 0.173 0.457