tastesgreat              package:UsingR              R Documentation

_D_o_e_s _n_e_w _g_o_o _t_a_s_t_e _g_r_e_a_t?

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

     Fictitious data on taste test for new _goo_

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

     data(tastesgreat)

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

     A data frame with 40 observations on the following 3 variables.

     _g_e_n_d_e_r a factor with levels 'Female' 'Male'

     _a_g_e a numeric vector

     _e_n_j_o_y_e_d 1 if enjoyed, 0 otherwise

_D_e_t_a_i_l_s:

     Fictitious data on a taste test with gender and age as covariates.

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

     data(tastesgreat)
     summary(glm(enjoyed ~ gender + age, data=tastesgreat, family=binomial))

