BEZ                 package:concord                 R Documentation

_Z _s_c_o_r_e _a_p_p_r_o_x_i_m_a_t_i_o_n _o_f _c_o_n_t_r_a_s_t _s_i_g_n_i_f_i_c_a_n_c_e

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

     calculates a Z score approximation of contrast significance

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

      BEZ(rankarray,lambda)

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

rankarray: matrix of ranks

  lambda: contrast coefficient vector

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

     'BEZ' calculates a Z score approximation of the probability that
     the deviation of the mean rank scores from the contrast
     coefficient vector would occur given randomly allocated ranks. It
     is only useful in conjuction with the 'kendall.w' function.

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

       Z: Z score

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

     Jim Lemon

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

     'kendall.w'

