BootMatrix-class        package:GeneSelector        R Documentation

"_B_o_o_t_M_a_t_r_i_x"

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

     An object returned from GenerateBootMatrix and which is usually
     directly passed to GetRepeatRanking

_S_l_o_t_s:


     '_b_o_o_t_m_a_t_r_i_x': A _logical_ 'matrix' whose number of columns equals 
          the number of replications and whose number of rows equals 
          the number of observations.  Each column contains the indices
          of those observations that are elements of the corresponding
          bootstrap sample. Note that each observation may be included
          two or more times in each column.

     '_r_e_p_l_i_c_a_t_e_s': The number of bootstrap replicates.

     '_t_y_p_e': one of '"unpaired", "paired", "onesample"', s. GeneRanking

     '_m_a_x_t_i_e_s': The maximum number of allowed ties,  s.
          GenerateBootMatrix.

     '_m_i_n_c_l_a_s_s_i_z_e': The minimum class size, s. GenerateBootMatrix

     '_b_a_l_a_n_c_e_d_c_l_a_s_s': balanced classes, s. GenerateFoldMatrix

     '_b_a_l_a_n_c_e_d_s_a_m_p_l_e': Balanced Bootstrap, 'TRUE/FALSE'.

_M_e_t_h_o_d_s:


     _s_h_o_w Use 'show(BootMatrix)' for a brief information

     _s_u_m_m_a_r_y Use 'summary(BootMatrix, repl=1:2)' to obtain the
          frequencies of each observation for replications '1' and '2'

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

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

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

     Davison, A.C., Hinkley, D.V. (1997) 
       Bootstrap Methods and their Application. _Cambridge University
     Press_

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

     GenerateBootMatrix, GenerateFoldMatrix, GetRepeatRanking

