output                  package:XDE                  R Documentation

_O_p_t_i_o_n_s _f_o_r _s_t_o_r_i_n_g _r_e_s_u_l_t_s _o_f _t_h_e _M_C_M_C _c_h_a_i_n_s

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

     A numeric vector indicating which chains to write to file and, for
     those parameters that are written to file, how often the chains
     should be written to file.

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

     output(object)

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

  object: An object of class 'XdeParameter' or 'XdeMcmc' 

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

     Replacement methods are only available for objects of class
     'XdeParameter'.  Accessor methods are available for objects of
     class 'XdeParameter' and 'XdeMcmc'.

_V_a_l_u_e:

     A named numerical vector.  The first element (thin) specifies how
     often to write chains to file.  For instance, if output[1]=2 the
     chains will be written to file every other iteration.  Elements 2
     - 22 of the vector are indicators for whether to write the write
     the chains of the Bayesian parameters to file.

_N_o_t_e:

     Parameters indexed by gene and study (Delta, Phi, Nu, and sigma2)
     grow very large quickly.

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

     R. Scharpf

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

     'burnin', 'XdeParameter-class', 'XdeMcmc-class'

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

     data(xmcmc)
     output(xmcmc)

