children             package:FactoMineR             R Documentation

_C_h_i_l_d_r_e_n (_d_a_t_a)

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

     The data used here is a contingency table that summarizes the
     answers given by different categories of people to the  following
     question : according to you,  what are the reasons that can make
     hesitate a woman or a couple to have  children?

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

     data(children)

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

     A data frame with 18 rows and 8 columns. Rows represent the
     different reasons mentioned, columns represent the different
     categories (education, age) people belong to.

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

     Traitements Statistiques des Enqutes (D. Grang, L.Lebart, eds.)
     Dunod, 1993

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

     data(children)
     res.ca <- CA (children, col.sup = 6:8, row.sup = 15:18)

