cocktail             package:SensoMineR             R Documentation

_C_o_c_k_t_a_i_l _d_a_t_a

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

     The data used here refer to 16 cocktails.

     There are 3 files corresponding to the composition of the
     cocktails; the sensory description of the cocktails; the hedonic
     scores.

     - For the composition of the cocktails: The mango, banana, orange
     and lemon concentration are known;
      - For the sensory description: each cocktail was evaluated by 12
     panelists according to 13 sensory descriptors (only the average of
     each cocktail are given). - For the hedonic data: each cocktail
     was evaluated on a structured scale from 0 to 10,  by 100
     consumers, according to their liking (0) or disliking (10).

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

     data(cocktail)

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

     There are three data frames:

_c_o_m_p_o._c_o_c_k_t_a_i_l a data frame with 16 rows and 4 columns: the composition
     of each cocktail is given for the 4 ingredients;

_s_e_n_s_o._c_o_c_k_t_a_i_l a data frame with 16 rows and 13 columns: each cocktail
     was evaluated by 12 panelists according to 13 sensory descriptors;

_h_e_d_o._c_o_c_k_t_a_i_l a data frame with 16 rows and 100 columns: each cocktail
     was evaluated on a structured scale from 0 to 10,  by 100
     consumers, according to their liking (0) or disliking (10).

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

     Dpartement de mathmatiques appliques, Agrocampus Rennes

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

     data(cocktail)

