transMats               package:cosmo               R Documentation

_E_x_a_m_p_l_e _t_r_a_n_s_i_t_i_o_n _m_a_t_r_i_x _i_n _l_i_s_t _f_o_r_m_a_t

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

     An example transition matrix for a 2nd order transition matrix in
     list format, with each order having its own transition matrix.

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

     data(transMats)

_F_o_r_m_a_t:

     The format is: List of 3 order2: num [1:16, 1:4] 0.284 0.306 0.218
     0.398 0.356 ... order1: num [1:4, 1:4] 0.317 0.262 0.224 0.363
     0.207 ... order0: num [1, 1:4] 0.298 0.201 0.213 0.287

_D_e_t_a_i_l_s:

_S_o_u_r_c_e:

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

_E_x_a_m_p_l_e_s:

     data(transMats)

