Free Statistics

of Irreproducible Research!

Author's title

Author*The author of this computation has been verified*
R Software Modulerwasp_spearman.wasp
Title produced by softwareSpearman Rank Correlation
Date of computationMon, 02 Apr 2018 20:24:09 +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/2018/Apr/02/t1522693705pauurqq5gjw0haj.htm/, Retrieved Mon, 29 Apr 2024 15:36:40 +0200
Statistical Computations at FreeStatistics.org, Office for Research Development and Education, URL https://freestatistics.org/blog/index.php?pk=, Retrieved Mon, 29 Apr 2024 15:36:40 +0200
QR Codes:

Original text written by user:
IsPrivate?This computation is/was private until 2019-12-31
User-defined keywords
Estimated Impact0
Dataseries X:
3300
3600
3200
3000
3200
3300
3100
3300
3600
500
700
700
800
800
800
1000
1200
1000
1100
500
600
700
500
600
600
700
400
500
800
900
1000
400
700
600
600
700
500
400
500
600
6500
500
700
700
700
700
700
800
900
1000
800
1200
1100
1000
1000
1100
1200
1300
700
1300
1200
1300
1300
1300
600
600
600
700
3200
400
900
900
900
1000
900
800
400
400
300
500
500
500
400
300
400
1900
1800
2000
1800
1400
1000
800
700
2000
2600
2700
2800
2000
1500
1000
800
1900
2800
1600
1400
1000
600
500
1100
1400
1300
1100
800
600
1000
1800
1700
1300
1000
700
600
1500
1700
Dataseries Y:
785
390
332
373
389
461
403
335
440
237
277
246
320
216
289
322
353
316
403
134
146
150
165
160
161
144
178
178
219
225
311
59
125
126
138
161
94
111
124
145
1033
288
221
183
228
219
246
222
225
404
140
203
214
232
220
265
216
310
107
182
166
262
239
252
126
124
93
102
458
113
115
173
182
129
100
109
114
100
22
66
87
95
15
34
34
782
655
846
790
938
991
998
1014
757
502
596
747
1050
1077
1036
1053
696
905
393
382
480
403
509
294
426
281
306
423
478
326
590
537
726
702
711
838
864
513




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







Spearman Rank Correlation
rho0.692163400138301
2-sided p-value7.58257356685881e-19
S95467.5176955096

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

[TABLE]
[ROW][C]Spearman Rank Correlation[/C][/ROW]
[ROW][C]rho[/C][C]0.692163400138301[/C][/ROW]
[ROW][C]2-sided p-value[/C][C]7.58257356685881e-19[/C][/ROW]
[ROW][C]S[/C][C]95467.5176955096[/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:

Spearman Rank Correlation
rho0.692163400138301
2-sided p-value7.58257356685881e-19
S95467.5176955096



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