Free Statistics

of Irreproducible Research!

Author's title

Author*Unverified author*
R Software Modulerwasp_kendall.wasp
Title produced by softwareKendall tau Rank Correlation
Date of computationThu, 10 Feb 2011 14:52:46 +0000
Cite this page as followsStatistical Computations at FreeStatistics.org, Office for Research Development and Education, URL https://freestatistics.org/blog/index.php?v=date/2011/Feb/10/t1297349448asahhwuyzbk4e3x.htm/, Retrieved Sun, 19 May 2024 15:56:12 +0000
Statistical Computations at FreeStatistics.org, Office for Research Development and Education, URL https://freestatistics.org/blog/index.php?pk=118158, Retrieved Sun, 19 May 2024 15:56:12 +0000
QR Codes:

Original text written by user:
IsPrivate?No (this computation is public)
User-defined keywords
Estimated Impact226
Family? (F = Feedback message, R = changed R code, M = changed R Module, P = changed Parameters, D = changed Data)
-       [Kendall tau Rank Correlation] [] [2011-02-10 14:52:46] [d41d8cd98f00b204e9800998ecf8427e] [Current]
Feedback Forum

Post a new message
Dataseries X:
5.55
5.89
9.98
13.86
10.44
8.63
14.31
11.75
6.4
10.74
10.22
13.42
8.66
10.15
8.65
11
10.6
12.67
6.9
6.3
10.83
13.6
7.49
11.25
8.48
8.87
8.49
10.76
8.76
8.78
9.26
10.1
10.74
11.78
7.75
13.89
9.56
10.74
8.72
10.2
8.65
15.7
9.33
Dataseries Y:
15.29
10.35
8.65
9.71
10.15
8.85
9.51
9.64
11.32
8.83
10.54
10.37
12.9
10.37
12.43
8.2
9.34
9.7
13.36
16.37
8.01
9.9
9.69
9.21
11.7
11.92
10.38
11.16
11.09
10.3
10.9
10.04
10.12
9.58
9.18
9.2
10.55
8.92
10.91
10.14
9.56
9.62
12.34




Summary of computational transaction
Raw Inputview raw input (R code)
Raw Outputview raw output of R engine
Computing time0 seconds
R Server'Gwilym Jenkins' @ www.wessa.org

\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 & 0 seconds \tabularnewline
R Server & 'Gwilym Jenkins' @ www.wessa.org \tabularnewline
\hline
\end{tabular}
%Source: https://freestatistics.org/blog/index.php?pk=118158&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]0 seconds[/C][/ROW]
[ROW][C]R Server[/C][C]'Gwilym Jenkins' @ www.wessa.org[/C][/ROW]
[/TABLE]
Source: https://freestatistics.org/blog/index.php?pk=118158&T=0

Globally Unique Identifier (entire table): ba.freestatistics.org/blog/index.php?pk=118158&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 time0 seconds
R Server'Gwilym Jenkins' @ www.wessa.org







Kendall tau Rank Correlation
Kendall tau-0.386452496051788
2-sided p-value0.000280550098977983
Score-348
Var(Score)9124.671875
Denominator900.498779296875

\begin{tabular}{lllllllll}
\hline
Kendall tau Rank Correlation \tabularnewline
Kendall tau & -0.386452496051788 \tabularnewline
2-sided p-value & 0.000280550098977983 \tabularnewline
Score & -348 \tabularnewline
Var(Score) & 9124.671875 \tabularnewline
Denominator & 900.498779296875 \tabularnewline
\hline
\end{tabular}
%Source: https://freestatistics.org/blog/index.php?pk=118158&T=1

[TABLE]
[ROW][C]Kendall tau Rank Correlation[/C][/ROW]
[ROW][C]Kendall tau[/C][C]-0.386452496051788[/C][/ROW]
[ROW][C]2-sided p-value[/C][C]0.000280550098977983[/C][/ROW]
[ROW][C]Score[/C][C]-348[/C][/ROW]
[ROW][C]Var(Score)[/C][C]9124.671875[/C][/ROW]
[ROW][C]Denominator[/C][C]900.498779296875[/C][/ROW]
[/TABLE]
Source: https://freestatistics.org/blog/index.php?pk=118158&T=1

Globally Unique Identifier (entire table): ba.freestatistics.org/blog/index.php?pk=118158&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 Correlation
Kendall tau-0.386452496051788
2-sided p-value0.000280550098977983
Score-348
Var(Score)9124.671875
Denominator900.498779296875



Parameters (Session):
Parameters (R input):
R code (references can be found in the software module):
library('Kendall')
k <- Kendall(x,y)
bitmap(file='test1.png')
par(bg=rgb(0.2,0.4,0.6))
plot(x,y,main='Scatterplot',xlab=xlab,ylab=ylab)
grid()
dev.off()
bitmap(file='test2.png')
par(bg=rgb(0.2,0.4,0.6))
plot(rank(x),rank(y),main='Scatterplot of Ranks',xlab=xlab,ylab=ylab)
grid()
dev.off()
load(file='createtable')
a<-table.start()
a<-table.row.start(a)
a<-table.element(a,'Kendall tau Rank Correlation',2,TRUE)
a<-table.row.end(a)
a<-table.row.start(a)
a<-table.element(a,'Kendall tau',header=TRUE)
a<-table.element(a,k$tau)
a<-table.row.end(a)
a<-table.row.start(a)
a<-table.element(a,'2-sided p-value',header=TRUE)
a<-table.element(a,k$sl)
a<-table.row.end(a)
a<-table.row.start(a)
a<-table.element(a,'Score',header=TRUE)
a<-table.element(a,k$S)
a<-table.row.end(a)
a<-table.row.start(a)
a<-table.element(a,'Var(Score)',header=TRUE)
a<-table.element(a,k$varS)
a<-table.row.end(a)
a<-table.row.start(a)
a<-table.element(a,'Denominator',header=TRUE)
a<-table.element(a,k$D)
a<-table.row.end(a)
a<-table.end(a)
table.save(a,file='mytable.tab')