tau2.DL               package:GeneMeta               R Documentation

_e_s_t_i_m_a_t_i_n_g _m_y _a_n_d _t_a_u _i_n _a _R_E_M

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

     tau2.DL is an estimation of tau in a random effects model (REM)
     using  Cochran's Q statistic.

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

     tau2.DL(Q, num.studies, my.weights)
     mu.tau2(my.d, my.vars.new)
     var.tau2(my.vars.new)

_A_r_g_u_m_e_n_t_s:

       Q: A vector of Cochran's Q statistics.

num.studies: The number of studies used for the meta-analysis.

my.weights: A matrix with one column for each experiment containing the
          variances of the effects that should be combined.

    my.d: A matrix, with one column for each experiment, containing the
          effects that should be combined.

my.vars.new: A matrix, with one column for each experiment, containing 
          the variances of the effects that should be combined.

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

_V_a_l_u_e:

_A_u_t_h_o_r(_s):

     L. Lusa and R. Gentleman

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

     Choi et al, Combining multiple microarray studies and modeling
     interstudy variation. Bioinformatics, 2003, i84-i90.

_S_e_e _A_l_s_o:

     'dstar','sigmad'

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

     # please have a look at the vignette

