powered by
Spearman test function used by the function spearman.test
spearman.test
spear(x)
indices time series
statistics of the Spearman's test.
Spearman's correlation coefficient.
t statistics.
the p-value for the test.
# NOT RUN { library(MEDITS) x <- c(126.12,115.46,164.32,79.85,68.43,72.94, 54.23) spear(x) # }
Run the code above in your browser using DataLab