Free Statistics

of Irreproducible Research!

Author's title

Author*Unverified author*
R Software Modulerwasp_harrell_davis.wasp
Title produced by softwareHarrell-Davis Quantiles
Date of computationSun, 13 Aug 2017 12:17:13 +0200
Cite this page as followsStatistical Computations at FreeStatistics.org, Office for Research Development and Education, URL https://freestatistics.org/blog/index.php?v=date/2017/Aug/13/t150261964669ysazfm8pfjpf4.htm/, Retrieved Fri, 10 May 2024 11:20:16 +0000
Statistical Computations at FreeStatistics.org, Office for Research Development and Education, URL https://freestatistics.org/blog/index.php?pk=307161, Retrieved Fri, 10 May 2024 11:20:16 +0000
QR Codes:

Original text written by user:
IsPrivate?No (this computation is public)
User-defined keywords
Estimated Impact148
Family? (F = Feedback message, R = changed R code, M = changed R Module, P = changed Parameters, D = changed Data)
-       [Harrell-Davis Quantiles] [Omzet product BVB...] [2017-08-13 10:17:13] [6bb7048e855cced252efb5418d255fa6] [Current]
Feedback Forum

Post a new message
Dataseries X:
228768
227916
227052
225264
242952
242016
228768
219960
220812
220812
221760
223464
226116
226116
224412
219960
242952
246456
241164
228768
234072
226116
229704
231420
233208
228768
229704
223464
242952
249108
243816
234072
244668
233208
243816
242952
245604
235860
246456
245604
261504
257916
243816
236712
246456
233208
242952
244668
248256
240312
244668
247320
257064
249108
238512
227052
237660
208500
222612
230556
238512
227052
227052
227052
233208
224412
212868
203208
210216
182856
199620
209364
211152
201408
202260
199620
208500
202260
189960
181068
196104
163452
184656
194316
194316
182856
172260
171408
181068
172260
155508
143964
156360
127212
153708
167808
172260
162516
150204
159012
162516
159864
133356
121056
129852
103356
130716
140460
148404
135156
122760
129852
133356
126348
99852
88308
98904
69756
101556
121056




Summary of computational transaction
Raw Input view raw input (R code)
Raw Outputview raw output of R engine
Computing time3 seconds
R ServerBig Analytics Cloud Computing Center

\begin{tabular}{lllllllll}
\hline
Summary of computational transaction \tabularnewline
Raw Input view raw input (R code)  \tabularnewline
Raw Outputview raw output of R engine  \tabularnewline
Computing time3 seconds \tabularnewline
R ServerBig Analytics Cloud Computing Center \tabularnewline
\hline
\end{tabular}
%Source: https://freestatistics.org/blog/index.php?pk=307161&T=0

[TABLE]
[ROW]
Summary of computational transaction[/C][/ROW] [ROW]Raw Input[/C] view raw input (R code) [/C][/ROW] [ROW]Raw Output[/C]view raw output of R engine [/C][/ROW] [ROW]Computing time[/C]3 seconds[/C][/ROW] [ROW]R Server[/C]Big Analytics Cloud Computing Center[/C][/ROW] [/TABLE] Source: https://freestatistics.org/blog/index.php?pk=307161&T=0

Globally Unique Identifier (entire table): ba.freestatistics.org/blog/index.php?pk=307161&T=0

As an alternative you can also use a QR Code:  

The GUIDs for individual cells are displayed in the table below:

Summary of computational transaction
Raw Input view raw input (R code)
Raw Outputview raw output of R engine
Computing time3 seconds
R ServerBig Analytics Cloud Computing Center







Harrell-Davis Quantiles
quantilesvaluestandard error
0.251688489006.03
0.52206544916.98
0.752364673244.08

\begin{tabular}{lllllllll}
\hline
Harrell-Davis Quantiles \tabularnewline
quantiles & value & standard error \tabularnewline
0.25 & 168848 & 9006.03 \tabularnewline
0.5 & 220654 & 4916.98 \tabularnewline
0.75 & 236467 & 3244.08 \tabularnewline
\hline
\end{tabular}
%Source: https://freestatistics.org/blog/index.php?pk=307161&T=1

[TABLE]
[ROW][C]Harrell-Davis Quantiles[/C][/ROW]
[ROW][C]quantiles[/C][C]value[/C][C]standard error[/C][/ROW]
[ROW][C]0.25[/C][C]168848[/C][C]9006.03[/C][/ROW]
[ROW][C]0.5[/C][C]220654[/C][C]4916.98[/C][/ROW]
[ROW][C]0.75[/C][C]236467[/C][C]3244.08[/C][/ROW]
[/TABLE]
Source: https://freestatistics.org/blog/index.php?pk=307161&T=1

Globally Unique Identifier (entire table): ba.freestatistics.org/blog/index.php?pk=307161&T=1

As an alternative you can also use a QR Code:  

The GUIDs for individual cells are displayed in the table below:

Harrell-Davis Quantiles
quantilesvaluestandard error
0.251688489006.03
0.52206544916.98
0.752364673244.08



Parameters (Session):
Parameters (R input):
par1 = 0.25 ; par2 = 0.75 ; par3 = 0.25 ;
R code (references can be found in the software module):
par3 <- '0.01'
par2 <- '0.99'
par1 <- '0.01'
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,signif(as.matrix(hd[i])[1,1],6))
a<-table.element(a,signif(as.matrix(attr(hd,'se')[i])[1,1],6))
a<-table.row.end(a)
}
a<-table.end(a)
table.save(a,file='mytable.tab')