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 computationTue, 19 Dec 2017 09:30:05 +0100
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/Dec/19/t1513672358etveixia14wprzo.htm/, Retrieved Wed, 15 May 2024 00:53:29 +0000
Statistical Computations at FreeStatistics.org, Office for Research Development and Education, URL https://freestatistics.org/blog/index.php?pk=310268, Retrieved Wed, 15 May 2024 00:53:29 +0000
QR Codes:

Original text written by user:
IsPrivate?No (this computation is public)
User-defined keywords
Estimated Impact87
Family? (F = Feedback message, R = changed R code, M = changed R Module, P = changed Parameters, D = changed Data)
-       [Spearman Rank Correlation] [GDP- population] [2017-12-19 08:30:05] [bcddf20144eb569f95336d17c2e1f45a] [Current]
Feedback Forum

Post a new message
Dataseries X:
2913021
36117637
2877311
8363404
9054332
1240862
9490583
10895586
3722084
7395599
34005274
4417781
1112607
10474410
5547683
84107606
1331475
5363352
65027512
3926000
81776930
11121341
10000023
318041
74567511
30762701
4560155
7623600
59277417
7182390
16321581
2998083
5447900
2097555
4337141
3097282
506953
2070739
3562045
619428
32409639
16615394
4889252
38042794
10573100
1779676
20246871
142849449
27425676
7291436
5391428
2048583
46576897
9378126
7824909
7641630
10639931
72326914
45870700
8270684
62766365
309348193
23606779
Dataseries Y:
3.709999994
3.634145353
2.199999999
1.928673056
4.854339324
4.334407088
7.793696038
2.695144611
0.767254237
0.054557923
3.08351422
-1.701249763
1.317777804
2.295089687
1.870992639
5.14510637
2.259075894
2.992337502
1.965657375
6.24941822
4.079933305
-5.479037108
0.677098149
-3.559864876
6.577374352
6.402564845
2.033546407
5.517022938
1.686523279
2.311392474
7.3
-2.367061944
-0.471566848
-3.78964989
7.960433349
1.639819649
4.86496856
3.358760114
7.100000092
2.463732399
3.815717917
1.402662177
0.601886135
3.606960459
1.898691753
19.59233153
-0.798465536
4.503725626
5.039493675
0.584478088
5.041716665
1.237755909
0.013786544
5.988926547
2.953816768
6.500000353
3.510608639
8.487372187
4.200000018
1.635449055
1.915161833
2.531920616
7.70230704




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=310268&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=310268&T=0

Globally Unique Identifier (entire table): ba.freestatistics.org/blog/index.php?pk=310268&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.205165130568356
2-sided p-value0.106673725430654
S33116

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

[TABLE]
[ROW][C]Spearman Rank Correlation[/C][/ROW]
[ROW][C]rho[/C][C]0.205165130568356[/C][/ROW]
[ROW][C]2-sided p-value[/C][C]0.106673725430654[/C][/ROW]
[ROW][C]S[/C][C]33116[/C][/ROW]
[/TABLE]
Source: https://freestatistics.org/blog/index.php?pk=310268&T=1

Globally Unique Identifier (entire table): ba.freestatistics.org/blog/index.php?pk=310268&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.205165130568356
2-sided p-value0.106673725430654
S33116



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