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, 05 Oct 2014 16:04:55 +0100
Cite this page as followsStatistical Computations at FreeStatistics.org, Office for Research Development and Education, URL https://freestatistics.org/blog/index.php?v=date/2014/Oct/05/t1412521529iuzy1wxyhm1t834.htm/, Retrieved Sat, 11 May 2024 12:52:04 +0000
Statistical Computations at FreeStatistics.org, Office for Research Development and Education, URL https://freestatistics.org/blog/index.php?pk=238818, Retrieved Sat, 11 May 2024 12:52:04 +0000
QR Codes:

Original text written by user:
IsPrivate?No (this computation is public)
User-defined keywords
Estimated Impact71
Family? (F = Feedback message, R = changed R code, M = changed R Module, P = changed Parameters, D = changed Data)
-       [Harrell-Davis Quantiles] [] [2014-10-05 15:04:55] [a0c7ba102f88b9f955287def3adf2996] [Current]
Feedback Forum

Post a new message
Dataseries X:
12849
11380
12079
11366
11328
10444
10854
10434
10137
10992
10906
12367
14371
11695
11546
10922
10670
10254
10573
10239
10253
11176
10719
11817
12487
11519
12025
10976
11276
10657
11141
10423
10640
11426
10948
12540
12200
10644
12044
11338
11292
10612
10995
10686
10635
11285
11475
12535
12490
12511
12799
11876
11602
11062
11055
10855
10704
11510
11663
12686
13516
12539
13811
12354
11441
10814
11261
10788
10326
11490
11029
11876




Summary of computational transaction
Raw Inputview raw input (R code)
Raw Outputview raw output of R engine
Computing time1 seconds
R Server'Sir Ronald Aylmer Fisher' @ fisher.wessa.net

\begin{tabular}{lllllllll}
\hline
Summary of computational transaction \tabularnewline
Raw Input & view raw input (R code)  \tabularnewline
Raw Output & view raw output of R engine  \tabularnewline
Computing time & 1 seconds \tabularnewline
R Server & 'Sir Ronald Aylmer Fisher' @ fisher.wessa.net \tabularnewline
\hline
\end{tabular}
%Source: https://freestatistics.org/blog/index.php?pk=238818&T=0

[TABLE]
[ROW][C]Summary of computational transaction[/C][/ROW]
[ROW][C]Raw Input[/C][C]view raw input (R code) [/C][/ROW]
[ROW][C]Raw Output[/C][C]view raw output of R engine [/C][/ROW]
[ROW][C]Computing time[/C][C]1 seconds[/C][/ROW]
[ROW][C]R Server[/C][C]'Sir Ronald Aylmer Fisher' @ fisher.wessa.net[/C][/ROW]
[/TABLE]
Source: https://freestatistics.org/blog/index.php?pk=238818&T=0

Globally Unique Identifier (entire table): ba.freestatistics.org/blog/index.php?pk=238818&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 Inputview raw input (R code)
Raw Outputview raw output of R engine
Computing time1 seconds
R Server'Sir Ronald Aylmer Fisher' @ fisher.wessa.net







Harrell-Davis Quantiles
quantilesvaluestandard error
0.2510766.79770686590.8711508021821
0.511277.5726198054109.203183903682
0.7511967.7121833775225.380604321255

\begin{tabular}{lllllllll}
\hline
Harrell-Davis Quantiles \tabularnewline
quantiles & value & standard error \tabularnewline
0.25 & 10766.797706865 & 90.8711508021821 \tabularnewline
0.5 & 11277.5726198054 & 109.203183903682 \tabularnewline
0.75 & 11967.7121833775 & 225.380604321255 \tabularnewline
\hline
\end{tabular}
%Source: https://freestatistics.org/blog/index.php?pk=238818&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]10766.797706865[/C][C]90.8711508021821[/C][/ROW]
[ROW][C]0.5[/C][C]11277.5726198054[/C][C]109.203183903682[/C][/ROW]
[ROW][C]0.75[/C][C]11967.7121833775[/C][C]225.380604321255[/C][/ROW]
[/TABLE]
Source: https://freestatistics.org/blog/index.php?pk=238818&T=1

Globally Unique Identifier (entire table): ba.freestatistics.org/blog/index.php?pk=238818&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.2510766.79770686590.8711508021821
0.511277.5726198054109.203183903682
0.7511967.7121833775225.380604321255



Parameters (Session):
par1 = 0.25 ; par2 = 0.9 ; par3 = 0.25 ;
Parameters (R input):
par1 = 0.25 ; par2 = 0.9 ; par3 = 0.25 ;
R code (references can be found in the software module):
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')