Send output to:
Browser Blue - Charts White
Browser Black/White
CSV
Data:
91.3 114.0 89.2 84.1 95.4 97.3 101.5 102.2 84.0 117.9 112.4 73.8 67.7 102.5 79.5 101.6 106.0 112.8 98.4 88.8 87.0 107.4 90.0 108.1 83.4 103.7 99.2 126.0 103.7 85.0 83.8 106.9 81.5 103.0 127.5 114.9 103.4
Number of Bins
(?)
Chart options
R Code
bitmap(file='test1.png') par1 <- as.numeric(par1) myhist<-hist(x, breaks=par1, col=2) dev.off() bitmap(file='test2.png') qqnorm(x) qqline(x, col=2) dev.off() load(file='createtable') a<-table.start() a<-table.row.start(a) a<-table.element(a,'Descriptive Statistics',3,TRUE) a<-table.row.end(a) a<-table.row.start(a) a<-table.element(a,'mean',header=TRUE) a<-table.element(a,mean(x)) a<-table.element(a,hyperlink('http://www.xycoon.com/arithmetic_mean.htm','formula','click to see the formula')) a<-table.row.end(a) a<-table.row.start(a) a<-table.element(a,'standard deviation',header=TRUE) a<-table.element(a,sd(x)) a<-table.element(a,hyperlink('http://www.xycoon.com/unbiased1.htm','formula','click to see the formula')) a<-table.row.end(a) a<-table.end(a) table.save(a,file='mytable.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