Fleiss93                package:meta                R Documentation

_A_s_p_i_r_i_n _a_f_t_e_r _M_y_o_c_a_r_d_i_a_l _I_n_f_a_r_c_t_i_o_n

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

     Meta-analysis on Aspirin in Preventing Death after Myocardial
     Infarction

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

     data(Fleiss93)

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

     A data frame with the following columns:

     _s_t_u_d_y study label

     _y_e_a_r year of publication

     _e_v_e_n_t._e number of events in experimental group

     _n._e number of observations in experimental group

     _e_v_e_n_t._c number of events in control group

     _n._c number of observations in control group

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

     Fleiss JL (1993), The statistical basis of meta-analysis.
     _Statistical Methods in Medical Research_, *2*, 121-145.

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

     data(Fleiss93)
     metabin(event.e, n.e, event.c, n.c, data=Fleiss93)

