Free Statistics

of Irreproducible Research!

Author's title

Author*Unverified author*
R Software Modulerwasp_spearman.wasp
Title produced by softwareSpearman Rank Correlation
Date of computationTue, 22 Oct 2019 05:30:54 +0200
Cite this page as followsStatistical Computations at FreeStatistics.org, Office for Research Development and Education, URL https://freestatistics.org/blog/index.php?v=date/2019/Oct/22/t1571715102sgp1rdsbh3qna1u.htm/, Retrieved Tue, 07 May 2024 07:02:14 +0000
Statistical Computations at FreeStatistics.org, Office for Research Development and Education, URL https://freestatistics.org/blog/index.php?pk=318928, Retrieved Tue, 07 May 2024 07:02:14 +0000
QR Codes:

Original text written by user:
IsPrivate?No (this computation is public)
User-defined keywords
Estimated Impact104
Family? (F = Feedback message, R = changed R code, M = changed R Module, P = changed Parameters, D = changed Data)
-       [Spearman Rank Correlation] [] [2019-10-22 03:30:54] [d41d8cd98f00b204e9800998ecf8427e] [Current]
Feedback Forum

Post a new message
Dataseries X:
27
25
26
19
27
35
24
28
26
36
35
27
26
37
29
38
37
35
29
30
30
33
34
39
24
28
33
30
28
27
30
31
27
29
25
31
32
36
18
34
31
37
29
33
33
23
31
29
35
32
37
30
32
24
25
33
39
29
25
21
26
27
36
25
19
34
30
27
33
27
30
31
27
20
25
25
28
22
33
38
32
21
32
27
25
33
27
33
33
35
30
31
37
32
31
33
26
29
21
31
35
24
33
35
26
30
27
24
32
24
29
25
25
35
32
30
34
31
28
22
33
27
23
23
31
25
30
27
37
29
32
27
30
Dataseries Y:
37
49
51
81
43
39
55
43
54
66
44
39
41
43
33
39
69
50
52
48
52
40
29
38
32
67
38
47
49
54
44
37
59
55
56
35
53
61
54
59
53
70
43
41
53
55
60
26
48
27
57
50
54
39
53
59
52
40
58
48
48
51
49
50
41
63
59
53
53
58
56
59
35
44
48
48
43
45
47
57
57
41
58
48
55
47
51
68
39
65
56
43
39
50
36
40
54
33
52
45
32
45
45
52
62
43
47
70
64
33
47
31
36
37
49
38
52
34
47
41
48
60
51
55
37
49
46
52
39
38
43
41
42




Summary of computational transaction
Raw Input view raw input (R code)
Raw Outputview raw output of R engine
Computing time0 seconds
R ServerBig Analytics Cloud Computing Center

\begin{tabular}{lllllllll}
\hline
Summary of computational transaction \tabularnewline
Raw Input view raw input (R code)  \tabularnewline
Raw Outputview raw output of R engine  \tabularnewline
Computing time0 seconds \tabularnewline
R ServerBig Analytics Cloud Computing Center \tabularnewline
\hline
\end{tabular}
%Source: https://freestatistics.org/blog/index.php?pk=318928&T=0

[TABLE]
[ROW]
Summary of computational transaction[/C][/ROW] [ROW]Raw Input[/C] view raw input (R code) [/C][/ROW] [ROW]Raw Output[/C]view raw output of R engine [/C][/ROW] [ROW]Computing time[/C]0 seconds[/C][/ROW] [ROW]R Server[/C]Big Analytics Cloud Computing Center[/C][/ROW] [/TABLE] Source: https://freestatistics.org/blog/index.php?pk=318928&T=0

Globally Unique Identifier (entire table): ba.freestatistics.org/blog/index.php?pk=318928&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 Input view raw input (R code)
Raw Outputview raw output of R engine
Computing time0 seconds
R ServerBig Analytics Cloud Computing Center







Spearman Rank Correlation
rho0.00225320752855312
2-sided p-value0.979464716558818
S391200.553379375

\begin{tabular}{lllllllll}
\hline
Spearman Rank Correlation \tabularnewline
rho & 0.00225320752855312 \tabularnewline
2-sided p-value & 0.979464716558818 \tabularnewline
S & 391200.553379375 \tabularnewline
\hline
\end{tabular}
%Source: https://freestatistics.org/blog/index.php?pk=318928&T=1

[TABLE]
[ROW][C]Spearman Rank Correlation[/C][/ROW]
[ROW][C]rho[/C][C]0.00225320752855312[/C][/ROW]
[ROW][C]2-sided p-value[/C][C]0.979464716558818[/C][/ROW]
[ROW][C]S[/C][C]391200.553379375[/C][/ROW]
[/TABLE]
Source: https://freestatistics.org/blog/index.php?pk=318928&T=1

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

As an alternative you can also use a QR Code:  

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

Spearman Rank Correlation
rho0.00225320752855312
2-sided p-value0.979464716558818
S391200.553379375



Parameters (Session):
Parameters (R input):
R code (references can be found in the software module):
k <- cor.test(x,y,method='spearman')
bitmap(file='test1.png')
plot(x,y,main='Scatterplot',xlab=xlab,ylab=ylab)
grid()
dev.off()
bitmap(file='test2.png')
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,'Spearman Rank Correlation',2,TRUE)
a<-table.row.end(a)
a<-table.row.start(a)
a<-table.element(a,'rho',header=TRUE)
a<-table.element(a,k$estimate)
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$p.value)
a<-table.row.end(a)
a<-table.row.start(a)
a<-table.element(a,'S',header=TRUE)
a<-table.element(a,k$statistic)
a<-table.row.end(a)
a<-table.end(a)
table.save(a,file='mytable.tab')