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 computationWed, 02 Nov 2016 18:12:45 +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/2016/Nov/02/t14781104198hviqproi07my5p.htm/, Retrieved Thu, 02 May 2024 18:23:58 +0200
Statistical Computations at FreeStatistics.org, Office for Research Development and Education, URL https://freestatistics.org/blog/index.php?pk=, Retrieved Thu, 02 May 2024 18:23:58 +0200
QR Codes:

Original text written by user:
IsPrivate?No (this computation is public)
User-defined keywords
Estimated Impact0
Dataseries X:
49.40
43.30
49.00
32.70
54.90
36.40
47.00
41.50
31.90
53.40
47.00
49.40
44.00
37.80
38.00
41.00
46.80
35.30
45.00
47.50
46.60
37.00
37.00
43.00
49.50
30.90
44.00
35.00
39.00
40.00
26.00
41.70
39.00
33.00
24.30
39.00
19.80
36.00
39.70
30.90
28.90
31.10
38.80
27.00
35.00
33.80
37.00
43.70
13.80
27.20
Dataseries Y:
-0.976333516
-0.502576133
-0.490420453
-0.428500817
-0.403881547
-0.261188569
-0.255409264
-0.173464086
-0.150025654
-0.145888486
-0.124980931
-0.116430309
-0.109723491
-0.101242485
-0.098459826
-0.080428131
-0.058472579
-0.055551862
-0.052834891
-0.04861702
-0.034760879
-0.023458997
-0.002084613
0.026297233
0.034211587
0.049570885
0.064842383
0.08586365
0.089430848
0.104097997
0.136961181
0.137548982
0.14103665
0.142165782
0.147641967
0.147989113
0.169472617
0.175395247
0.176913045
0.181691342
0.183355652
0.204777458
0.213270742
0.260818403
0.264554099
0.275398112
0.277790794
0.279115037
0.326519813
0.33191516




Summary of computational transaction
Raw Inputview raw input (R code)
Raw Outputview raw output of R engine
Computing time1 seconds
R Server'George Udny Yule' @ yule.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 & 'George Udny Yule' @ yule.wessa.net \tabularnewline
\hline
\end{tabular}
%Source: https://freestatistics.org/blog/index.php?pk=&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]'George Udny Yule' @ yule.wessa.net[/C][/ROW]
[/TABLE]
Source: https://freestatistics.org/blog/index.php?pk=&T=0

Globally Unique Identifier (entire table): ba.freestatistics.org/blog/index.php?pk=&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'George Udny Yule' @ yule.wessa.net







Kendall tau Rank Correlation
Kendall tau-0.418208450078964
2-sided p-value2.04837851924822e-05
Score-510
Var(Score)14279.3330078125
Denominator1219.48754882812

\begin{tabular}{lllllllll}
\hline
Kendall tau Rank Correlation \tabularnewline
Kendall tau & -0.418208450078964 \tabularnewline
2-sided p-value & 2.04837851924822e-05 \tabularnewline
Score & -510 \tabularnewline
Var(Score) & 14279.3330078125 \tabularnewline
Denominator & 1219.48754882812 \tabularnewline
\hline
\end{tabular}
%Source: https://freestatistics.org/blog/index.php?pk=&T=1

[TABLE]
[ROW][C]Kendall tau Rank Correlation[/C][/ROW]
[ROW][C]Kendall tau[/C][C]-0.418208450078964[/C][/ROW]
[ROW][C]2-sided p-value[/C][C]2.04837851924822e-05[/C][/ROW]
[ROW][C]Score[/C][C]-510[/C][/ROW]
[ROW][C]Var(Score)[/C][C]14279.3330078125[/C][/ROW]
[ROW][C]Denominator[/C][C]1219.48754882812[/C][/ROW]
[/TABLE]
Source: https://freestatistics.org/blog/index.php?pk=&T=1

Globally Unique Identifier (entire table): ba.freestatistics.org/blog/index.php?pk=&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.418208450078964
2-sided p-value2.04837851924822e-05
Score-510
Var(Score)14279.3330078125
Denominator1219.48754882812



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