Send output to:
Browser Blue - Charts White
Browser Black/White
CSV
Data:
1.4 1.5 1.8 1.8 1.8 1.7 1.5 1.1 1.3 1.6 1.9 1.9 2 2.2 2.2 2 2.3 2.6 3.2 3.2 3.1 2.8 2.3 1.9 1.9 2 2 1.8 1.6 1.4 0.2 0.3 0.4 0.7 1 1.1 0.8 0.8 1 1.1 1 0.8 1.6 1.5 1.6 1.6 1.6 1.9 2 1.9 2 2.1 2.3 2.3 2.6 2.6 2.7 2.6 2.6 2.4 2.5 2.5 2.5 2.4 2.1 2.1 2.3 2.3 2.3 2.9 2.8 2.9 3 3 2.9 2.6 2.8 2.9 3.1 2.8 2.4 1.6 1.5 1.7
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