example2              package:fuzzyFDR              R Documentation

_E_x_a_m_p_l_e _2 _o_f _K_u_l_i_n_s_k_a_y_a _a_n_d _L_e_w_i_n

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

     Observed and previously attainable p-values used in Example 2 of
     Kulinskaya and Lewin.

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

     data(example2)

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

     A data frame with 10 observations on the following 2 variables.

     '_p_v_a_l_s' a numeric vector

     '_p_p_r_e_v' a numeric vector

_S_o_u_r_c_e:

     Kulinskaya and Lewin (2007).

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

     data(example2)
     fuzzyBHexact(example2$pvals,example2$pprev,alpha=0.05)

