Last chance! 50% off unlimited learning
Sale ends in
Given a sample size, n, will compute the aproximate standard error for z prime This is useful for constructing confidence intervals about a correlation.
SEz(n)
The approximate standard error for Fisher's z prime
sample size
Thomas D. Fletcher t.d.fletcher05@gmail.com
SEz = 1/sqrt(n-3)
Olkin, I. & Finn, J. D. (1995). Correlation Redux. Psychological Bulletin, 118, 155-164.
Cohen, J., Cohen, P., West, S. G., & Aiken, L. S. (2003). Applied multiple regression/correlation analysis for the behavioral sciences (3rd ed.). Mahwah, NJ: Lawrence Erlbaum.
r2z
,
CIr
,
CIz
,
z2r
# From ch. 2 in Cohen et al (2003)
zp <- r2z(.657)
zp
SEz(15)
Run the code above in your browser using DataLab