pvalues               package:fdrtool               R Documentation

_E_x_a_m_p_l_e _p-_V_a_l_u_e_s

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

     This data set contains 4,289 p-values.  These data are used to
     illustrate the functionality of the functions 'fdrtool' and
     'pval.estimate.eta0'.

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

     data(pvalues)

_F_o_r_m_a_t:

     'pvalues' is a vector with 4,289 p-values.

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

     # load fdrtool library
     library("fdrtool")

     # load data set
     data(pvalues)

     # estimate density and distribution function, 
     # and compute corresponding (local) false discovery rates
     fdrtool(pvalues, statistic="pvalue")

