happy                package:Fahrmeir                R Documentation

_R_e_p_o_r_t_e_d _H_a_p_p_i_n_e_s_s

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

     Relationship between sex, years in school, and reported happiness.

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

     data(happy)

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

     A data frame with 24 observations on the following 4 variables.

     _R_e_p._h_a_p_p_i_n_e_s_s an ordered factor with levels 'Not to happy' < \
          code{Pretty happy} <  'Very happy'

     _S_c_h_o_o_l a factor with levels '<12' '>16' '12'  '13-16'

     _S_e_x a factor with levels 'Females' 'Males'

     _n number of persons in group

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

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

     Ludwig Fahrmeir, Gerhard Tutz (1994):  Multivariate Statistical
     Modelling Based on Generalized Linear Models. Springer Series in
     Statistics.  Springer Verlag. New-York  Berlin Heidelberg

_R_e_f_e_r_e_n_c_e_s:

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

     str(happy)
     table(happy)

