Hakimi's data            package:epicalc            R Documentation

_D_a_t_a_s_e_t _o_n _e_f_f_e_c_t _o_f _t_r_a_i_n_i_n_g _p_e_r_s_o_n_n_e_l _o_n _n_e_o_n_a_t_a_l _m_o_r_t_a_l_i_t_y

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

     Subset of a dataset from an intervention trial of education on
     personnel and the effect on neonatal mortality. Non-fatal records
     were randomly selected from the original dataset, just for
     practice and interpretation of interaction term.

     dead = neonatal dead: 1=yes, 0=no

     treatment = intervention programme: 1=yes, 2=no

     malpres = malpresentation of fetus: 1=yes, 0=no

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

     data(Hakimi)

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

     A data frame containing 456 observations and 4 variables.

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

     data(Hakimi)
     use(Hakimi)
     des()
     cc(dead, treatment)
     mhor(dead, treatment, malpres)

