Age at marriage           package:epicalc           R Documentation

_D_a_t_a_s_e_t _o_n _a_g_e _a_t _m_a_r_r_i_a_g_e

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

     This dataset contains data on age at first marriage of attendants
     at a workshop.

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

     data(Marryage)

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

     A data frame with 27 observations on the following 7 variables.

     '_i_d' a numeric vector

     '_s_e_x' a factor with levels 'male' 'female'

     '_b_i_r_t_h_y_r' a numeric vector

     '_e_d_u_c' a factor with levels 'bach-' '>bachelor'

     '_m_a_r_i_t_a_l' a factor with levels 'Single' 'Married'

     '_m_a_r_y_r' a numeric vector

     '_e_n_d_y_r' a numeric vector

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

     data(Marryage)
     use(Marryage)
     des()

