tiecorr               package:concord               R Documentation

_c_o_r_r_e_c_t_i_o_n _f_o_r _t_i_e_d _r_a_n_k_s

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

     calculates a correction for tied ranks

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

      tiecorr(rankarray)

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

rankarray: matrix of ranks

_D_e_t_a_i_l_s:

     'tiecorr' calculates a correction for tied ranks that is
     appropriate for Kendall's W and the Spearman rank-order
     correlation coefficient.

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

tie3margsum: correction factor

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

     Jim Lemon

_R_e_f_e_r_e_n_c_e_s:

     Siegel, S. & Castellan, N.J.Jr. (1988) Nonparametric statistics
     for the behavioral sciences. Boston, MA: McGraw-Hill.

_S_e_e _A_l_s_o:

     'kendall.w'

