holm                   package:SIN                   R Documentation

_H_o_l_m'_s _s_t_e_p-_d_o_w_n _p-_v_a_l_u_e_s

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

     This function takes a matrix of simultaneous p-values from Sidak's
     inequality and adjusts the p-values according to Holm's step-down
     procedure.

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

     holm(pvals)

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

   pvals: a matrix of simultaneous p-values from Sidak's inequality.

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

     A matrix of simultaneous p-values from Holm's step-down procedure
     with 'NA' on the diagonal.

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

     Holm, S.  (1979)  A Simple Sequentially Rejective Multiple Test
     Procedure.  _Scandinavian Journal of Statistics_ 6: 65-70.

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

     data(mathmarks)
     sinUG(mathmarks$corr,mathmarks$n)
     holm(sinUG(mathmarks$corr,mathmarks$n))

