Free Statistics

of Irreproducible Research!

Author's title

Author*Unverified author*
R Software Modulerwasp_pairs.wasp
Title produced by softwareKendall tau Correlation Matrix
Date of computationWed, 17 Dec 2008 14:39:36 -0700
Cite this page as followsStatistical Computations at FreeStatistics.org, Office for Research Development and Education, URL https://freestatistics.org/blog/index.php?v=date/2008/Dec/17/t12295500011ih1vhcpusb81gr.htm/, Retrieved Sat, 18 May 2024 15:27:56 +0000
Statistical Computations at FreeStatistics.org, Office for Research Development and Education, URL https://freestatistics.org/blog/index.php?pk=34574, Retrieved Sat, 18 May 2024 15:27:56 +0000
QR Codes:

Original text written by user:
IsPrivate?No (this computation is public)
User-defined keywords
Estimated Impact185
Family? (F = Feedback message, R = changed R code, M = changed R Module, P = changed Parameters, D = changed Data)
-     [Kendall tau Correlation Matrix] [Kendall Tau (diff)] [2007-12-22 13:19:55] [9fd02a4fb76a6860fd38131ad7f5d02f]
- R  D    [Kendall tau Correlation Matrix] [Taak] [2008-12-17 21:39:36] [33f3d2151f6019d17feb8eee7259f239] [Current]
Feedback Forum

Post a new message
Dataseries X:
0,00	16,00
0,00	38,00
0,00	41,00
0,00	43,00
0,00	42,00
0,00	40,00
0,00	48,00
0,00	46,00
0,00	51,00
0,00	52,00
0,00	55,00
0,00	55,00
0,00	46,00
0,00	38,00
0,20	43,00
4,10	43,00
-1,00	44,00
0,00	45,00
4,00	35,00
1,90	36,00
1,10	36,00
0,00	25,00
0,00	31,00
0,70	35,00
1,60	46,00
2,00	47,00
0,00	40,00
4,80	29,00
-1,50	28,00
-4,40	29,00
-2,70	29,00
2,80	30,00
0,70	26,00
0,40	27,00
-1,90	18,00
-0,70	15,00
0,00	1,00
0,00	1,00
0,00	2,00
8,30	2,00
1,40	1,00
0,00	-4,00
-1,20	1,00
0,00	6,00
5,10	4,00
-3,70	-1,00
-4,10	-3,00
3,50	-8,00
0,00	-24,00
1,20	-29,00
0,00	-40,00
0,00	-32,00
0,20	-41,00
-1,10	-48,00
-3,90	-48,00
0,20	-62,00
-0,40	-74,00
-0,20	-65,00
-0,70	-61,00
2,20	-78,00
2,20	-61,00




Summary of computational transaction
Raw Inputview raw input (R code)
Raw Outputview raw output of R engine
Computing time2 seconds
R Server'Sir Ronald Aylmer Fisher' @ 193.190.124.24

\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 & 2 seconds \tabularnewline
R Server & 'Sir Ronald Aylmer Fisher' @ 193.190.124.24 \tabularnewline
\hline
\end{tabular}
%Source: https://freestatistics.org/blog/index.php?pk=34574&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]2 seconds[/C][/ROW]
[ROW][C]R Server[/C][C]'Sir Ronald Aylmer Fisher' @ 193.190.124.24[/C][/ROW]
[/TABLE]
Source: https://freestatistics.org/blog/index.php?pk=34574&T=0

Globally Unique Identifier (entire table): ba.freestatistics.org/blog/index.php?pk=34574&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 time2 seconds
R Server'Sir Ronald Aylmer Fisher' @ 193.190.124.24







Kendall tau rank correlations for all pairs of data series
pairtaup-value
tau( EP , WLH )0.06258313750339450.503775491712184

\begin{tabular}{lllllllll}
\hline
Kendall tau rank correlations for all pairs of data series \tabularnewline
pair & tau & p-value \tabularnewline
tau( EP , WLH ) & 0.0625831375033945 & 0.503775491712184 \tabularnewline
\hline
\end{tabular}
%Source: https://freestatistics.org/blog/index.php?pk=34574&T=1

[TABLE]
[ROW][C]Kendall tau rank correlations for all pairs of data series[/C][/ROW]
[ROW][C]pair[/C][C]tau[/C][C]p-value[/C][/ROW]
[ROW][C]tau( EP , WLH )[/C][C]0.0625831375033945[/C][C]0.503775491712184[/C][/ROW]
[/TABLE]
Source: https://freestatistics.org/blog/index.php?pk=34574&T=1

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

As an alternative you can also use a QR Code:  

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

Kendall tau rank correlations for all pairs of data series
pairtaup-value
tau( EP , WLH )0.06258313750339450.503775491712184



Parameters (Session):
Parameters (R input):
R code (references can be found in the software module):
panel.tau <- function(x, y, digits=2, prefix='', cex.cor)
{
usr <- par('usr'); on.exit(par(usr))
par(usr = c(0, 1, 0, 1))
rr <- cor.test(x, y, method='kendall')
r <- round(rr$p.value,2)
txt <- format(c(r, 0.123456789), digits=digits)[1]
txt <- paste(prefix, txt, sep='')
if(missing(cex.cor)) cex <- 0.5/strwidth(txt)
text(0.5, 0.5, txt, cex = cex)
}
panel.hist <- function(x, ...)
{
usr <- par('usr'); on.exit(par(usr))
par(usr = c(usr[1:2], 0, 1.5) )
h <- hist(x, plot = FALSE)
breaks <- h$breaks; nB <- length(breaks)
y <- h$counts; y <- y/max(y)
rect(breaks[-nB], 0, breaks[-1], y, col='grey', ...)
}
bitmap(file='test1.png')
pairs(t(y),diag.panel=panel.hist, upper.panel=panel.smooth, lower.panel=panel.tau, main=main)
dev.off()
load(file='createtable')
a<-table.start()
a<-table.row.start(a)
a<-table.element(a,'Kendall tau rank correlations for all pairs of data series',3,TRUE)
a<-table.row.end(a)
a<-table.row.start(a)
a<-table.element(a,'pair',1,TRUE)
a<-table.element(a,'tau',1,TRUE)
a<-table.element(a,'p-value',1,TRUE)
a<-table.row.end(a)
n <- length(y[,1])
n
cor.test(y[1,],y[2,],method='kendall')
for (i in 1:(n-1))
{
for (j in (i+1):n)
{
a<-table.row.start(a)
dum <- paste('tau(',dimnames(t(x))[[2]][i])
dum <- paste(dum,',')
dum <- paste(dum,dimnames(t(x))[[2]][j])
dum <- paste(dum,')')
a<-table.element(a,dum,header=TRUE)
r <- cor.test(y[i,],y[j,],method='kendall')
a<-table.element(a,r$estimate)
a<-table.element(a,r$p.value)
a<-table.row.end(a)
}
}
a<-table.end(a)
table.save(a,file='mytable.tab')