of Irreproducible Research!
Description of Statistical Computation | ||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Author's title | ||||||||||||||||||||||||||||||||||||||||||||||
Author | *The author of this computation has been verified* | |||||||||||||||||||||||||||||||||||||||||||||
R Software Module | rwasp_spearman.wasp | |||||||||||||||||||||||||||||||||||||||||||||
Title produced by software | Spearman Rank Correlation | |||||||||||||||||||||||||||||||||||||||||||||
Date of computation | Fri, 16 Dec 2016 13:20:30 +0100 | |||||||||||||||||||||||||||||||||||||||||||||
Cite this page as follows | Statistical Computations at FreeStatistics.org, Office for Research Development and Education, URL https://freestatistics.org/blog/index.php?v=date/2016/Dec/16/t14818913320d5zlk25vcekybl.htm/, Retrieved Fri, 01 Nov 2024 03:27:00 +0000 | |||||||||||||||||||||||||||||||||||||||||||||
Statistical Computations at FreeStatistics.org, Office for Research Development and Education, URL https://freestatistics.org/blog/index.php?pk=300210, Retrieved Fri, 01 Nov 2024 03:27:00 +0000 | ||||||||||||||||||||||||||||||||||||||||||||||
QR Codes: | ||||||||||||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||||||||||||
Original text written by user: | ||||||||||||||||||||||||||||||||||||||||||||||
IsPrivate? | No (this computation is public) | |||||||||||||||||||||||||||||||||||||||||||||
User-defined keywords | ||||||||||||||||||||||||||||||||||||||||||||||
Estimated Impact | 92 | |||||||||||||||||||||||||||||||||||||||||||||
Tree of Dependent Computations | ||||||||||||||||||||||||||||||||||||||||||||||
Family? (F = Feedback message, R = changed R code, M = changed R Module, P = changed Parameters, D = changed Data) | ||||||||||||||||||||||||||||||||||||||||||||||
- [Spearman Rank Correlation] [sprearman rank ] [2016-12-16 12:20:30] [9fb47d69755d1f4b66b6f2591280f9e0] [Current] | ||||||||||||||||||||||||||||||||||||||||||||||
Feedback Forum | ||||||||||||||||||||||||||||||||||||||||||||||
Post a new message | ||||||||||||||||||||||||||||||||||||||||||||||
Dataset | ||||||||||||||||||||||||||||||||||||||||||||||
Dataseries X: | ||||||||||||||||||||||||||||||||||||||||||||||
10 13 14 NA NA 13 NA NA NA 14 14 12 12 11 12 14 NA NA NA NA 13 NA 13 NA NA NA 12 12 13 13 10 12 13 NA 10 14 NA 10 10 14 NA 14 10 13 12 12 NA 12 10 NA 14 NA NA 8 11 10 NA 14 12 NA 14 13 13 13 12 10 14 11 10 13 NA NA NA NA NA 12 13 11 10 14 NA 7 NA 13 NA 15 13 14 NA 13 11 NA 14 NA 14 NA 12 13 14 13 NA NA 12 10 NA NA NA NA NA 12 NA NA NA 9 NA 12 13 NA 13 11 12 11 NA 12 NA 12 13 NA NA NA 8 NA 13 NA 8 NA 13 NA 12 15 14 NA 11 NA 10 14 10 15 11 NA NA 12 13 12 9 NA 14 NA NA 14 12 15 11 NA NA NA 12 NA 11 | ||||||||||||||||||||||||||||||||||||||||||||||
Dataseries Y: | ||||||||||||||||||||||||||||||||||||||||||||||
18 21 21 18 21 21 17 19 23 23 21 20 20 19 19 20 20 NA 21 21 19 22 21 20 21 19 20 20 20 21 19 23 22 NA 18 21 19 19 19 20 21 23 18 23 20 20 20 18 21 NA 21 23 22 21 19 20 17 18 20 21 24 20 22 17 22 18 19 20 20 20 19 23 NA 20 22 19 21 20 19 19 21 18 21 22 22 21 23 22 20 NA 17 19 21 21 21 20 21 22 23 23 20 22 21 22 NA 24 NA 18 20 20 19 20 20 19 19 19 19 20 23 19 19 19 20 21 21 19 19 21 18 18 15 20 21 17 18 19 23 NA 21 24 23 20 20 20 20 22 22 21 19 20 17 20 19 21 20 21 22 19 17 21 20 19 22 21 20 20 21 21 19 | ||||||||||||||||||||||||||||||||||||||||||||||
Tables (Output of Computation) | ||||||||||||||||||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||||||||||||||||
Figures (Output of Computation) | ||||||||||||||||||||||||||||||||||||||||||||||
Input Parameters & R Code | ||||||||||||||||||||||||||||||||||||||||||||||
Parameters (Session): | ||||||||||||||||||||||||||||||||||||||||||||||
par1 = 48 ; par2 = 1 ; par3 = 1 ; par4 = 1 ; par5 = 4 ; par6 = White Noise ; par7 = 0.95 ; | ||||||||||||||||||||||||||||||||||||||||||||||
Parameters (R input): | ||||||||||||||||||||||||||||||||||||||||||||||
R code (references can be found in the software module): | ||||||||||||||||||||||||||||||||||||||||||||||
k <- cor.test(x,y,method='spearman') |