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, 23 Jun 2020 02:13:57 +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/2020/Jun/23/t1592871264gnsuunmm3exhtns.htm/, Retrieved Thu, 25 Apr 2024 08:29:50 +0000
Statistical Computations at FreeStatistics.org, Office for Research Development and Education, URL https://freestatistics.org/blog/index.php?pk=319182, Retrieved Thu, 25 Apr 2024 08:29:50 +0000
QR Codes:

Original text written by user:
IsPrivate?No (this computation is public)
User-defined keywords
Estimated Impact116
Family? (F = Feedback message, R = changed R code, M = changed R Module, P = changed Parameters, D = changed Data)
-       [Spearman Rank Correlation] [IF and TC] [2020-06-23 00:13:57] [d41d8cd98f00b204e9800998ecf8427e] [Current]
Feedback Forum

Post a new message
Dataseries X:
412
229
215
196
181
164
131
126
123
119
116
112
111
110
109
107
106
105
104
104
103
102
100
99
98
98
96
95
95
95
92
91
90
85
81
80
79
78
77
77
76
75
75
75
74
74
74
73
73
73
71
71
70
70
69
68
68
67
66
66
64
64
63
63
63
63
62
62
61
60
60
59
59
58
57
57
57
56
55
55
55
55
54
54
54
54
53
53
53
53
52
52
52
52
51
50
50
50
49
49
Dataseries Y:
4.301
2.09
4.301
4.716
4.301
2.09
4.154
7.608
1.939
2.09
4.301
2.09
2.225
4.716
4.716
4.716
4.301
3.161
2.09
1.037
4.301
7.608
2.225
4.301
2.225
4.301
2.225
3.161
1.037
2.225
4.301
2.09
4.716
4.301
2.09
4.301
3.161
2.09
3.377
4.301
4.301
2.09
2.225
3.217
2.384
2.09
4.716
4.716
1.236
2.225
4.716
4.716
2.228
1.518
4.716
2.225
4.716
4.716
2.09
1.834
4.716
4.716
4.154
2.09
2.225
1.959
6.093
3.217
3.161
2.225
2.046
4.301
4.301
1.973
2.09
4.154
7.608
2.09
2.09
2.09
2.09
4.154
3.946
2.225
4.716
4.301
2.09
4.716
1.257
2.576
4.716
2.475
0.716
2.225
4.301
2.225
4.301
1.939
2.09
1.518




Summary of computational transaction
Raw Input view raw input (R code)
Raw Outputview raw output of R engine
Computing time1 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 time1 seconds \tabularnewline
R ServerBig Analytics Cloud Computing Center \tabularnewline
\hline
\end{tabular}
%Source: https://freestatistics.org/blog/index.php?pk=319182&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]1 seconds[/C][/ROW] [ROW]R Server[/C]Big Analytics Cloud Computing Center[/C][/ROW] [/TABLE] Source: https://freestatistics.org/blog/index.php?pk=319182&T=0

Globally Unique Identifier (entire table): ba.freestatistics.org/blog/index.php?pk=319182&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 time1 seconds
R ServerBig Analytics Cloud Computing Center







Spearman Rank Correlation
rho0.148074529061802
2-sided p-value0.141494952064404
S141973.379731851

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

[TABLE]
[ROW][C]Spearman Rank Correlation[/C][/ROW]
[ROW][C]rho[/C][C]0.148074529061802[/C][/ROW]
[ROW][C]2-sided p-value[/C][C]0.141494952064404[/C][/ROW]
[ROW][C]S[/C][C]141973.379731851[/C][/ROW]
[/TABLE]
Source: https://freestatistics.org/blog/index.php?pk=319182&T=1

Globally Unique Identifier (entire table): ba.freestatistics.org/blog/index.php?pk=319182&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.148074529061802
2-sided p-value0.141494952064404
S141973.379731851



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