

thin(coda)                                   R Documentation

_T_h_i_n_n_i_n_g _i_n_t_e_r_v_a_l

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

     `thin' returns the interval between successive values
     of a time series. `thin(x)' is equivalent to `1/fre-
     quency(x)'.

     This is a generic function. Methods have been imple-
     mented for mcmc objects.

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

     thin(x)

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

       x: a regular time series

_A_u_t_h_o_r_(_s_)_:

     Martyn Plummer

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

     `time'

