decathlon             package:FactoMineR             R Documentation

_P_e_r_f_o_r_m_a_n_c_e _i_n _d_e_c_a_t_h_l_o_n (_d_a_t_a)

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

     The data used here refer to athletes' performance during two
     sporting events.

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

     data(decathlon)

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

     A data frame with 41 rows and 13 columns: the first ten columns
     corresponds to  the performance of the athletes for the 10 events
     of the decathlon.  The columns 11 and 12 correspond respectively
     to the rank and the points obtained.  The last column is a
     qualitative variable corresponding to the sporting event (2004
     Olympic Game or 2004 Decastar)

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

     Dpartement de mathmatiques appliques, Agrocampus Rennes

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

     data(decathlon)
     res.pca <- PCA(decathlon, quanti.sup = 11:12, quali.sup=13)

