fdr                 package:varmixt                 R Documentation

_C_o_m_p_u_t_a_t_i_o_n _o_f _F_D_R _f_r_o_m _a _v_e_c_t_o_r _o_f _P-_v_a_l_u_e

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

     This function computes the p-value cut-off for a given FDR level.
     This program was developped by Benjamini et al.

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

     fdr(p, Q = 0.05, method = c("stepup", "adaptive", "stepdown", "dependent"), plt = F, subject = "False Discovery Rate (FDR) Controlling Screening of Multiple Tests")

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

       p: 

       Q: 

  method: 

     plt: 

 subject: 

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

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

_N_o_t_e:

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

     Yoav Benjamini et al.

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

     http://www.math.tau.ac.il/ybenja/

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

     'fdr.an'

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

