bupa                  package:dprep                  R Documentation

_T_h_e _B_u_p_a _d_a_t_a_s_e_t

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

     The Bupa dataset

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

     data(bupa)

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

     A data frame with 345 observations on the following 7 variables.

     _V_1 mean corpuscular volume

     _V_2 alkaline phosphotase

     _V_3 alamine aminotransferase

     _V_4 aspartate aminotransferase

     _V_5 gamma-glutamyl transpeptidase

     _V_6 number of half-pint equivalents of alcoholic beverages drunk
          per day 

     _V_7 The class variable (two classes)

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

     The UCI Machine Learning Database Repository at:

        *  <URL: ftp://ftp.ics.uci.edu/pub/machine-learning-databases>

        *  <URL: http://www.ics.uci.edu/~mlearn/MLRepository.html>

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

     #---Sequential forward feature selection using the rpart classifier---
     data(bupa)
     sfs(bupa,"lda",repet=10)

