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 computationSun, 25 Oct 2009 12:32:40 -0600
Cite this page as followsStatistical Computations at FreeStatistics.org, Office for Research Development and Education, URL https://freestatistics.org/blog/index.php?v=date/2009/Oct/25/t125649559790wivivb4gorhhm.htm/, Retrieved Mon, 29 Apr 2024 10:07:23 +0000
Statistical Computations at FreeStatistics.org, Office for Research Development and Education, URL https://freestatistics.org/blog/index.php?pk=50371, Retrieved Mon, 29 Apr 2024 10:07:23 +0000
QR Codes:

Original text written by user:
IsPrivate?No (this computation is public)
User-defined keywords
Estimated Impact133
Family? (F = Feedback message, R = changed R code, M = changed R Module, P = changed Parameters, D = changed Data)
-     [Bivariate Data Series] [Bivariate dataset] [2008-01-05 23:51:08] [74be16979710d4c4e7c6647856088456]
- RMPD    [Spearman Rank Correlation] [Workshop 4: Spear...] [2009-10-25 18:32:40] [a5c6be3c0aa55fdb2a703a08e16947ef] [Current]
Feedback Forum

Post a new message
Dataseries X:
0.5857
0.5858
0.5717
0.5945
0.5961
0.5973
0.6036
0.6096
0.6315
0.6262
0.6121
0.6326
0.6214
0.6274
0.6175
0.6208
0.6225
0.5889
0.6020
0.5932
0.5841
0.6000
0.5947
0.5891
0.6051
0.5960
0.6012
0.5957
0.5959
0.6049
0.6064
0.6137
0.6311
0.6258
0.6010
0.6232
0.6384
0.6014
0.5980
0.5987
0.6237
0.5813
0.5991
0.6160
0.6096
0.6051
0.5857
0.5565
0.5223
0.5091
0.4919
0.4995
0.5069
0.5190
0.5460
0.5648
0.5751
0.5862
0.5877
Dataseries Y:
2.86
2.55
2.27
2.26
2.57
3.07
2.76
2.51
2.87
3.14
3.11
3.16
2.47
2.57
2.89
2.63
2.38
1.69
1.96
2.19
1.87
1.60
1.63
1.22
1.21
1.49
1.64
1.66
1.77
1.82
1.78
1.28
1.29
1.37
1.12
1.51
2.24
2.94
3.09
3.46
3.64
4.39
4.15
5.21
5.80
5.91
5.39
5.46
4.72
3.14
2.63
2.32
1.93
0.62
0.60
-0.37
-1.10
-1.68
-0.78




Summary of computational transaction
Raw Inputview raw input (R code)
Raw Outputview raw output of R engine
Computing time2 seconds
R Server'RServer@AstonUniversity' @ vre.aston.ac.uk

\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 & 2 seconds \tabularnewline
R Server & 'RServer@AstonUniversity' @ vre.aston.ac.uk \tabularnewline
\hline
\end{tabular}
%Source: https://freestatistics.org/blog/index.php?pk=50371&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]2 seconds[/C][/ROW]
[ROW][C]R Server[/C][C]'RServer@AstonUniversity' @ vre.aston.ac.uk[/C][/ROW]
[/TABLE]
Source: https://freestatistics.org/blog/index.php?pk=50371&T=0

Globally Unique Identifier (entire table): ba.freestatistics.org/blog/index.php?pk=50371&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 time2 seconds
R Server'RServer@AstonUniversity' @ vre.aston.ac.uk







Spearman Rank Correlation
rho0.145804716953561
2-sided p-value0.270511287548429
S29230.5625858491

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

[TABLE]
[ROW][C]Spearman Rank Correlation[/C][/ROW]
[ROW][C]rho[/C][C]0.145804716953561[/C][/ROW]
[ROW][C]2-sided p-value[/C][C]0.270511287548429[/C][/ROW]
[ROW][C]S[/C][C]29230.5625858491[/C][/ROW]
[/TABLE]
Source: https://freestatistics.org/blog/index.php?pk=50371&T=1

Globally Unique Identifier (entire table): ba.freestatistics.org/blog/index.php?pk=50371&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.145804716953561
2-sided p-value0.270511287548429
S29230.5625858491



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