Spearman's test
Spearman test function used by the function spearman.test
spear(x)
x |
indices time series |
statistics of the Spearman's test.
r |
Spearman's correlation coefficient. |
p |
t statistics. |
p |
the p-value for the test. |
Walter Zupa
library(MEDITS) x <- c(126.12,115.46,164.32,79.85,68.43,72.94, 54.23) spear(x)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.