xmcmc                  package:XDE                  R Documentation

_O_b_j_e_c_t _o_f _c_l_a_s_s _X_d_e_M_c_m_c

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

     An object of class XdeMcmc is created by fitting the Bayesian
     hierarchical model to the 'expressionSetList' example data.

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

     data(xmcmc)

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

     The 'xmcmc' data example was obtained as described in the XDE
     vignette.

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

     data(xmcmc)
     xmcmc

     ##ordinarily, one should not need to change the directory in an object
     ##of class XdeMcmc -- therefore, a replacment method is not defined
     pathToLogFiles <- system.file("logFiles", package="XDE")
     xmcmc@directory <- pathToLogFiles

     ##The $ operator can be used to extract chains. For instance, here we
     ##extract the c2 chain
     c2 <- xmcmc$c2
     if(require(coda)){
       plot(as.mcmc(c2))
     }

