Hey there,
I am trying to make Pearson Correlation by the following order: cor.test(Vorbildlichkeit~Arbeitszufriedenheit, data = Arbeitszufriedenheit_und_Digital_Leadership_Digitalitaet).
That's the output:
Spearman's rank correlation rho
data: x and y
S = 199841, p-value = 4.602e-07
alternative hypothesis: true rho is not equal to 0
sample estimates:
rho
0.4282146
Can someone tell me why I got such a strange P Value of 4.602e-0,7? What does it mean? It is higher than 0.05 so I cannot accept my H1?
Thank you!