Free Statistics

of Irreproducible Research!

Author's title

Author*The author of this computation has been verified*
R Software Modulerwasp_kendall.wasp
Title produced by softwareKendall tau Rank Correlation
Date of computationThu, 12 Nov 2009 08:58:31 -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/2009/Nov/12/t1258041561jj9iguwx85rrpf8.htm/, Retrieved Fri, 03 May 2024 20:12:10 +0000
Statistical Computations at FreeStatistics.org, Office for Research Development and Education, URL https://freestatistics.org/blog/index.php?pk=56169, Retrieved Fri, 03 May 2024 20:12:10 +0000
QR Codes:

Original text written by user:
IsPrivate?No (this computation is public)
User-defined keywords
Estimated Impact134
Family? (F = Feedback message, R = changed R code, M = changed R Module, P = changed Parameters, D = changed Data)
-       [Kendall tau Rank Correlation] [WS6c] [2009-11-12 15:58:31] [b406b824746c89e17d2637b66f6fb2ee] [Current]
Feedback Forum

Post a new message
Dataseries X:
124
118.63
121.86
119.97
125.03
130.09
126.65
121.7
119.24
122.63
116.66
114.12
113.11
112.61
113.4
115.18
121.01
119.44
116.68
117.07
117.41
119.58
120.92
117.09
116.77
119.39
122.49
124.08
118.29
112.94
113.79
114.43
118.7
120.36
118.27
118.34
117.82
117.65
118.18
121.02
124.78
131.16
130.14
131.75
134.73
135.35
140.32
136.35
131.6
128.9
133.89
138.25
146.23
144.76
149.3
156.8
159.08
165.12
163.14
153.43
151.01
Dataseries Y:
104.89
105.15
105.24
105.57
105.62
106.17
106.27
106.41
106.94
107.16
107.32
107.32
107.35
107.55
107.87
108.37
108.38
107.92
108.03
108.14
108.3
108.64
108.66
109.04
109.03
109.03
109.54
109.75
109.83
109.65
109.82
109.95
110.12
110.15
110.21
109.99
110.14
110.14
110.81
110.97
110.99
109.73
109.81
110.02
110.18
110.21
110.25
110.36
110.51
110.6
110.95
111.18
111.19
111.69
111.7
111.83
111.77
111.73
112.01
111.86
112.04




Summary of computational transaction
Raw Inputview raw input (R code)
Raw Outputview raw output of R engine
Computing time2 seconds
R Server'Gwilym Jenkins' @ 72.249.127.135

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

Globally Unique Identifier (entire table): ba.freestatistics.org/blog/index.php?pk=56169&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'Gwilym Jenkins' @ 72.249.127.135







Kendall tau Rank Correlation
Kendall tau0.419037461280823
2-sided p-value1.9073486328125e-06
Score766
Var(Score)25819.333984375
Denominator1827.99890136719

\begin{tabular}{lllllllll}
\hline
Kendall tau Rank Correlation \tabularnewline
Kendall tau & 0.419037461280823 \tabularnewline
2-sided p-value & 1.9073486328125e-06 \tabularnewline
Score & 766 \tabularnewline
Var(Score) & 25819.333984375 \tabularnewline
Denominator & 1827.99890136719 \tabularnewline
\hline
\end{tabular}
%Source: https://freestatistics.org/blog/index.php?pk=56169&T=1

[TABLE]
[ROW][C]Kendall tau Rank Correlation[/C][/ROW]
[ROW][C]Kendall tau[/C][C]0.419037461280823[/C][/ROW]
[ROW][C]2-sided p-value[/C][C]1.9073486328125e-06[/C][/ROW]
[ROW][C]Score[/C][C]766[/C][/ROW]
[ROW][C]Var(Score)[/C][C]25819.333984375[/C][/ROW]
[ROW][C]Denominator[/C][C]1827.99890136719[/C][/ROW]
[/TABLE]
Source: https://freestatistics.org/blog/index.php?pk=56169&T=1

Globally Unique Identifier (entire table): ba.freestatistics.org/blog/index.php?pk=56169&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 tau0.419037461280823
2-sided p-value1.9073486328125e-06
Score766
Var(Score)25819.333984375
Denominator1827.99890136719



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')