how to compute p-value from Fisher's Z transformation?
0
0
Entering edit mode
4.0 years ago

I'm having a list of Pearson's correlation coefficients (r). Then, I performed the Fisher's Z transformation using the formula: z = 1/2 ln(1+r/1-r). Now, I want to compute corresponding p-values for each identified z score. After referring to Google, I detect a formula to compute p-value (two-sided) like: p-value = 2*pnorm(-abs(z)) Is it correct? Also, Can anyone give me a formula to compute 95% confidence intervals of z score?

Btw, I'm using R to handle all of them! Thanks bunch in advance

r statistics p-value • 1.7k views
ADD COMMENT

Login before adding your answer.

Traffic: 1338 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6