Send output to:
Browser Blue - Charts White
Browser Black/White
CSV
Data:
13 13 14 11 12 14 12 12 12 13 14 12 17 15 14 11 15 9 11 13 12 14 12 14 13 14 14 14 14 12 11 15 10 15 14 12 14 14 12 12 12 13 13 15 12 12 13 12 8 12 14 13 9 14 12 12 17 13 10 12 15 13 13 14 11 14 14 15 16 12 14 12 15 14 14 12 14 12 12 14 14 15 12 16 10 12 13 15 11 11 12 12 12 15 12 11 16 12 11 16 14 13 14 14 12 14 14 12 12 12 13 16 13 11 15 13 10 16 12 12 12 13 12 14 11 14 14 12 12 14 12 13 14 12 17 12 16 12 12 12 14 14 14 13 15 11 13 14 15 11 12 11 12 12 14 11 15 12 15 11 12 12 11 14 13 12
R Code
library(moments) agostino <- agostino.test(x) anscombe <- anscombe.test(x) geary <- geary(x) jarque <- jarque.test(x) load(file='createtable') a<-table.start() a<-table.row.start(a) a<-table.element(a,'Skewness and Kurtosis Test',1,TRUE) a<-table.row.end(a) a<-table.row.start(a) a<-table.element(a,paste('<pre>',RC.texteval('agostino'),'</pre>',sep='')) a<-table.row.end(a) a<-table.row.start(a) a<-table.element(a,paste('<pre>',RC.texteval('anscombe'),'</pre>',sep='')) a<-table.row.end(a) a<-table.row.start(a) a<-table.element(a,paste('<pre>',RC.texteval('jarque'),'</pre>',sep='')) a<-table.row.end(a) a<-table.row.start(a) a<-table.element(a,paste('<pre>',RC.texteval('geary'),'</pre>',sep='')) 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
1 seconds
R Server
Big Analytics Cloud Computing Center
Click here to blog (archive) this computation