Send output to:
Browser Blue - Charts White
Browser Black/White
CSV
Data:
14 18 11 12 16 18 14 14 15 15 17 19 10 16 18 14 14 17 14 16 18 11 14 12 17 9 16 14 15 11 16 13 17 15 14 16 9 15 17 13 15 16 16 12 12 11 15 15 17 13 16 14 11 12 12 15 16 15 12 12 8 13 11 14 15 10 11 12 15 15 14 16 15 15 13 12 17 13 15 13 15 16 15 16 15 14 15 14 13 7 17 13 15 14 13 16 12 14 17 15 17 12 16 11 15 9 16 15 10 10 15 11 13 14 18 16 14 14 14 14 12 14 15 15 15 13 17 17 19 15 13 9 15 15 15 16 11 14 11 15 13 15 16 14 15 16 16 11 12 9 16 13 16 12 9 13 13 14 19 13 12 13
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
0 seconds
R Server
Big Analytics Cloud Computing Center
Click here to blog (archive) this computation