Send output to:
Browser Blue - Charts White
Browser Black/White
CSV
Data:
87.29 88.19 89.1 89.1 103.65 127.75 125.47 125.47 109.11 100.01 95.01 85.01 86.83 86.83 86.83 86.83 100.47 111.38 105.47 102.74 105.01 96.38 94.1 86.83 92.74 93.2 95.47 96.38 99.56 120.47 123.2 114.11 120.93 102.74 101.83 95.47 100.01 100.01 98.2 100.01 103.65 114.56 134.11 131.84 113.65 107.29 102.29 94.56 97.29 98.2 95.47 100.47 116.38 117.29 140.93 120.02 111.38 108.65 105.92 99.1 101.83 102.74 102.74 105.47 108.65 139.57 110.47 118.65 120.02 109.11 108.2 101.38 106.38 108.65 107.74 105.92 129.56 139.11 125.93 123.65 118.65 110.47 110.02 100.47 104.1 106.6 105.5 107.5 117.9 136.3 156.8 135.8 130 117.5 115.8 105.5 111.6 113.2 113.1 112.5 120 147.6 149.9 131.2 134.6 122.2
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