mergeMD                package:eiPack                R Documentation

_C_o_m_b_i_n_e _o_u_t_p_u_t _f_r_o_m _m_u_l_t_i_p_l_e _e_i_M_D _o_b_j_e_c_t_s

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

     Allows users to combine output from several chains output by
     'ei.MD.bayes'

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

     mergeMD(list, discard = 0) 

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

    list: A list containing the names of multiple eiMD objects
          generated from the same model.

 discard: The number of draws to discard from the beginning of each
          chain.   Default is to retain all draws.

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

     Returns an 'eiMD' object of the same format as the input.

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

     Michael Kellermann <kellerm@post.harvard.edu>

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

     Martyn Plummer, Nicky Best, Kate Cowles, and Karen Vines. 2002.
     _Output Analysis and Diagnostics for MCMC (CODA)_. <URL: 
     http://www-fis.iarc.fr/coda/>.

     Ori Rosen, Wenxin Jiang, Gary King, and Martin A. Tanner. 2001. 
     ``Bayesian and Frequentist Inference for Ecological Inference: The
     R x C Case.'' _Statistica Neerlandica_ 55: 134-156.

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

     'ei.MD.bayes'

