join              package:GeneSelector              R Documentation

_C_o_m_b_i_n_e _t_w_o _o_b_j_e_c_t_s _o_f _c_l_a_s_s _R_e_p_e_a_t_R_a_n_k_i_n_g_s

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

     Convenience method to combine several objects of class
     RepeatRanking, typically with different Resampling types, but
     based on the same data. The output is again an object of class
     'RepeatRanking' (repeated application is therefore possible).
     Useful if one is not exclusively in one resampling scheme.

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

     join(RR1, RR2)

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

 RR1,RR2: Objects of class 'RepeatRanking'.

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

     An object of class 'RepeatRanking'.

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

     Martin Slawski martin.slawski@campus.lmu.de 
      Anne-Laure Boulesteix <URL: http://www.slcmsr.net/boulesteix>

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

     RepeatRanking

