poison              package:FactoMineR              R Documentation

_P_o_i_s_o_n

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

     The data used here refer to a survey carried out on a sample of
     children of primary school who suffered from food poisoning. They
     were asked about their symptoms and about what they ate.

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

     data(poison)

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

     A data frame with 55 rows and 15 columns.

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

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

     data(poison)
     res.mca <- MCA(poison, quanti.sup = 1:2, quali.sup=c(3,4))

