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 computationTue, 07 Mar 2017 17:05:38 +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/2017/Mar/07/t1488906383u9usuvenrfu4d72.htm/, Retrieved Tue, 14 May 2024 01:21:17 +0200
Statistical Computations at FreeStatistics.org, Office for Research Development and Education, URL https://freestatistics.org/blog/index.php?pk=, Retrieved Tue, 14 May 2024 01:21:17 +0200
QR Codes:

Original text written by user:
IsPrivate?No (this computation is public)
User-defined keywords
Estimated Impact0
Dataseries X:
49.00
26.70
34.40
44.00
28.10
32.90
20.80
28.00
6.00
35.00
43.00
35.00
52.00
35.00
44.00
32.00
44.10
38.80
27.70
27.10
25.70
10.90
37.00
39.00
46.00
44.00
51.00
48.30
34.60
30.10
19.70
31.20
23.90
31.40
47.00
42.00
43.60
29.90
36.70
10.90
44.00
46.20
47.00
41.00
59.00
31.00
42.00
37.00
28.90
41.00
66.70
Dataseries Y:
218.8
1317.1
292.2
330.3
491.7
270.7
728.3
499.8
972.3
189
249.7
711.3
307.1
670.1
496.5
349.7
360.8
433.4
286.7
754
632.2
998.9
488.8
529.9
288.4
241.6
425.8
573.7
409.2
441.5
715.6
404.7
262
172.8
503.1
443
336.1
588.1
478
858.1
265.7
463.2
388.9
289.3
327.8
877.6
280
487.7
433.4
388.9
532.6




Summary of computational transaction
Raw Inputview raw input (R code)
Raw Outputview raw output of R engine
Computing time1 seconds
R Server'Gertrude Mary Cox' @ cox.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 & 'Gertrude Mary Cox' @ cox.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]'Gertrude Mary Cox' @ cox.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'Gertrude Mary Cox' @ cox.wessa.net







Kendall tau Rank Correlation
Kendall tau-0.300713688135147
2-sided p-value0.0020123184658587
Score-381
Var(Score)15139.021484375
Denominator1266.98583984375

\begin{tabular}{lllllllll}
\hline
Kendall tau Rank Correlation \tabularnewline
Kendall tau & -0.300713688135147 \tabularnewline
2-sided p-value & 0.0020123184658587 \tabularnewline
Score & -381 \tabularnewline
Var(Score) & 15139.021484375 \tabularnewline
Denominator & 1266.98583984375 \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.300713688135147[/C][/ROW]
[ROW][C]2-sided p-value[/C][C]0.0020123184658587[/C][/ROW]
[ROW][C]Score[/C][C]-381[/C][/ROW]
[ROW][C]Var(Score)[/C][C]15139.021484375[/C][/ROW]
[ROW][C]Denominator[/C][C]1266.98583984375[/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.300713688135147
2-sided p-value0.0020123184658587
Score-381
Var(Score)15139.021484375
Denominator1266.98583984375



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