traceplot2             package:bayesSurv             R Documentation

_T_r_a_c_e _p_l_o_t _o_f _M_C_M_C _o_u_t_p_u_t.

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

     Displays a plot of iterations vs. sampled values for each variable
     in the chain, with a separate plot per variable.

     This is slightly modified version of 'traceplot' function of a
     'coda' package to conform to my personal preferences.

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

     traceplot2(x, chains, bty = "n", main, xlab, ...)

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

       x: an 'mcmc' or 'mcmc.list' object.

  chains: indeces of chains from the object that are to be plotted.

bty, main, xlab, ...: further arguments passed to the 'plot.default'
          function.

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

     Arno&#353t Kom&#225rek komarek@karlin.mff.cuni.cz

