fisherz                package:psych                R Documentation

_F_i_s_h_e_r _z _t_r_a_n_s_f_o_r_m _o_f _r

_D_e_s_c_r_i_p_t_i_o_n:

     convert a correlation to a z score using the Fisher
     transformation.

_U_s_a_g_e:

     fisherz(rho)

_A_r_g_u_m_e_n_t_s:

     rho: a Pearson r 

_V_a_l_u_e:

     z value corresponding to r

_A_u_t_h_o_r(_s):

     Maintainer: William Revelle  revelle@northwestern.edu 

_E_x_a_m_p_l_e_s:

     ## Not run: 
     cors <- seq(-.9,.9,.1)
     round(fisherz(cors),2)
     ## End(Not run)

