Send output to:
Browser Blue - Charts White
Browser Black/White
CSV
Data:
276444 268606 267679 269879 265641 262525 258597 253849 256221 286895 294610 280363 269926 264341 263269 271045 267915 262078 257751 253271 257638 287452 298152 284793 274560 268270 267577 271866 268546 264722 262425 258973 262751 296186 304659 295442 285466 279575 279985 286012 281337 276270 271472 265637 268974 299299 305452 295468 285584 278204 276505 279732 276980 271832 263105 256162 260705 285857 291870 280358 270981
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