noverlap1.for            package:noverlap            R Documentation

_F_u_n_c_t_i_o_n _c_a_l_l_e_d _b_y _n_o_v_e_r_l_a_p._f_o_r

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

     Function called by noverlap.for

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

     noverlap1.for(Z,NDIR=10000)

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

       Z: The data set Z has to be a matrix with ncol(Z)-1 <= nrow(Z)
          <= 10000. The first ncol(Z)-1 columns of Z are the design
          matrix X. The last column of Z is the binary response vector
          y (0/1).

    NDIR: Maximal number of directions (integer)

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

     A list with components 

       Z: data matrix

    NDIR: 10000 directions

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

     Andreas Christmann, Peter J. Rousseeuw
     Christmann@statistik.uni-dortmund.de

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

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

     'noverlap.for'

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

