Send output to:
Browser Blue - Charts White
Browser Black/White
CSV
Data:
84728 84412 84092 83430 89981 89635 84728 81466 81781 81781 82133 82764 83746 83746 83115 81466 89981 91279 89319 84728 86692 83746 85075 85710 86372 84728 85075 82764 89981 92261 90301 86692 90617 86372 90301 89981 90964 87355 91279 90964 96852 95523 90301 87670 91279 86372 89981 90617 91946 89004 90617 91599 95208 92261 88337 84092 88021 77221 82448 85390 88337 84092 84092 84092 86372 83115 78839 75261 77857 67724 73933 77541 78204 74595 74910 73933 77221 74910 70355 67062 72630 60537 68390 71968 71968 67724 63799 63484 67062 63799 57595 53319 57911 47115 56928 62150 63799 60191 55631 58893 60191 59208 49391 44835 48093 38280 48413 52022 54964 50057 45466 48093 49391 46795 36982 32706 36631 25835 37613 44835
Sample Range:
(leave blank to include all observations)
From:
To:
lowest quantile
highest quantile
step size
Chart options
Title:
Label y-axis:
Label x-axis:
R Code
par3 <- '0.1' par2 <- '0.9' par1 <- '0.1' par1 <- as(par1,'numeric') par2 <- as(par2,'numeric') par3 <- as(par3,'numeric') library(Hmisc) myseq <- seq(par1, par2, par3) hd <- hdquantile(x, probs = myseq, se = TRUE, na.rm = FALSE, names = TRUE, weights=FALSE) bitmap(file='test1.png') plot(myseq,hd,col=2,main=main,xlab=xlab,ylab=ylab) grid() dev.off() load(file='createtable') a<-table.start() a<-table.row.start(a) a<-table.element(a,'Harrell-Davis Quantiles',3,TRUE) a<-table.row.end(a) a<-table.row.start(a) a<-table.element(a,'quantiles',header=TRUE) a<-table.element(a,'value',header=TRUE) a<-table.element(a,'standard error',header=TRUE) a<-table.row.end(a) length(hd) for (i in 1:length(hd)) { a<-table.row.start(a) a<-table.element(a,as(labels(hd)[i],'numeric'),header=TRUE) a<-table.element(a,as.matrix(hd[i])[1,1]) a<-table.element(a,as.matrix(attr(hd,'se')[i])[1,1]) 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