cv10rpart2               package:dprep               R Documentation

_A_u_x_i_l_i_a_r_y _f_u_n_c_t_i_o_n _f_o_r _s_e_q_u_e_n_t_i_a_l _f_e_a_t_u_r_e _s_e_l_e_c_t_i_o_n

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

     This function finds out the number of instances correctly
     classified by the decision tree classifier,rpart, using 10-fold
     cross validation and one repetition.

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

     cv10rpart2(datos)

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

   datos: ~~Describe 'datos' here~~ 

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

     Edgar Acuna

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

     'crossval'

