search for: cor_test

Displaying 1 result from an estimated 1 matches for "cor_test".

2011 Nov 01
1
How to interpret Spearman Correlation
...eally familiar with Correlation foundations, although I read a lot. So maybe if someone kindly help me to interpret the following results. I had the following R commands: correlation <-cor( vector_CitationProximity , vector_Impact, method = "spearman", use="na.or.complete") cor_test<-cor.test(vector_CitationProximity, vector_Impact, method="spearman") and the results are: "correlation" Correlation = 0.04715686 "cor_test" Spearman's rank correlation rho data: vector_CitationProximity and vector_Impact S = 5581032104, p-value = 0.008736...