Send output to:
Browser Blue - Charts White
Browser Black/White
CSV
Data X:
52 26 16 57 46 37 56 67 52 43 55 52 50 52 59 43 60 84 52 67 44 49 67 70 52 52 55 58 37 68 54 62 72 43 51 56 48 56 60 74 50 65 63 63 33 58 67 57 46 63 54 53 59 57 61 51 33 64 47 53 69 29 52 54 55 58 41 43 73 51 52 53 50 54 51 56 60 61 56 47 56 39 29 48 66 50 66 35 73 30 55 68 64 49 40 61 46 67 58 47 43 56 61 50 51 43 50 67 52 62 54 57 66 41 61 54 80 45 51 48 56 61 56 56 56 41 53 43 47 53 25 44 47 66 46 58 50 46 39 37 51 51 58 51 35 56 58 66 60 37 62 42 63 38 53 66 46 34 67 53 59 49 64 55 38 49 50 59 48 40 48 58 47 60 66 63 47 56 63 54 58 52 44 34 51 69 43 32 55 48 38 67 45 58 50 57 54 42 57 64 60 58 55 66 56 26 49 61 37 52 59 51 46 55 51 50 58 60 64 56 53 63 48 61 51 47 59 62 62 51 64 52 67 50 54 58 56 63 31 65 71 50 57 47 47 57 43 41 63 63 56 51 50 22 41 59 56 66 53 42 52 54 44 62 53 50 36 76 66 62 59 47 55 58 60 44 57 45
Names of X columns:
2012 2011
Sample Range:
(leave blank to include all observations)
From:
To:
Color
grey
grey
white
blue
red
black
brown
yellow
Omit all rows with missing values?
no
yes
Chart options
Title:
Label y-axis:
Label x-axis:
R Code
z <- as.data.frame(t(y)) bitmap(file='test1.png') (r<-boxplot(z ,xlab=xlab,ylab=ylab,main=main,notch=TRUE,col=par1)) dev.off() load(file='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='mytable.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='mytable1.tab')
Compute
Summary of computational transaction
Raw Input
view raw input (R code)
Raw Output
view raw output of R engine
Computing time
0 seconds
R Server
Big Analytics Cloud Computing Center
Click here to blog (archive) this computation