

crosscorr(coda)                              R Documentation

_C_r_o_s_s _c_o_r_r_e_l_a_t_i_o_n_s _f_o_r _M_C_M_C _o_u_t_p_u_t

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

     `crosscorr' calculates cross-correlations between vari-
     ables in Markov Chain Monte Carlo output. If `x' is an
     mcmc.list then all chains in `x' are combined before
     calculating the correlation.

_U_s_a_g_e_:

     crosscorr(x)

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

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

_V_a_l_u_e_:

     A matrix or 3-d array containing the correlations.

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

     `crosscorr.plot', `autocorr'

