HighProbability-internal   package:HighProbability   R Documentation

_F_o_r _p_r_o_g_r_a_m_m_e_r_s _o_n_l_y. (_N_o_t _t_o _b_e _c_a_l_l_e_d _b_y _t_h_e _u_s_e_r.)

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

     Indicates whether to reject null hypotheses based on p-values and
     significance levels.

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

     reject.null(.alpha, .pval)

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

  .alpha: Vector of significance levels. 

   .pval: Vector of p-values. 

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

     None.

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

     Return value is a matrix (.pval by rows and .alpha by columns),
     simplified to a vector if length(.alpha) == 1.

_N_o_t_e:

     This function is global for compatibility with S-PLUS.

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

     David R. Bickel (bickel@prueba.info, <URL: davidbickel.com>)

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

     None.

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

     This function is used by 'alternative.probable' and
     'alternative.beneficial'.

