mcmcUpgrade               package:coda               R Documentation

_U_p_g_r_a_d_e _m_c_m_c _o_b_j_e_c_t_s _i_n _o_b_s_o_l_e_t_e _f_o_r_m_a_t

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

     In previous releases of CODA, an 'mcmc'  object could be a single
     or multiple chains.  A new class 'mcmc.list' has now been
     introduced to deal with multiple chains and 'mcmc' objects can
     only have data from a single chain.

     Objects stored in the old format are now obsolete and must be
     upgraded.

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

        mcmcUpgrade(x)

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

       x: an obsolete 'mcmc' object.

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

     Martyn Plummer

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

     'mcmc'.

