XdeMcmc-class              package:XDE              R Documentation

_C_l_a_s_s _f_o_r _s_t_o_r_i_n_g _o_u_t_p_u_t _f_r_o_m _t_h_e _B_a_y_e_s_i_a_n _m_o_d_e_l

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

     Stores output, including the last iteration of the MCMC.

_O_b_j_e_c_t_s _f_r_o_m _t_h_e _C_l_a_s_s:

     Objects can be created by calls of the form 'new("XdeMcmc",
     studyNames, featureNames, iterations, seed, output, directory,
     lastMcmc, posteriorAvg, bayesianEffectSize)'.

_S_l_o_t_s:


     '_s_t_u_d_y_N_a_m_e_s': Object of class '"character"' 

     '_f_e_a_t_u_r_e_N_a_m_e_s': Object of class '"character"' 

     '_i_t_e_r_a_t_i_o_n_s': Object of class '"numeric"' 

     '_d_i_r_e_c_t_o_r_y': Object of class '"character"' 

     '_s_e_e_d': Object of class '"integer"' 

     '_o_u_t_p_u_t': Object of class '"numeric"' 

     '_l_a_s_t_M_c_m_c': Object of class '"environment"' 

     '_p_o_s_t_e_r_i_o_r_A_v_g': Object of class '"NULLorMatrix"' 

     '_b_a_y_e_s_i_a_n_E_f_f_e_c_t_S_i_z_e': Object of class '"NULLorMatrix"' 

_M_e_t_h_o_d_s:


     '$' 'signature(x = "XdeMcmc")' 

     ._s_t_a_n_d_a_r_d_i_z_e_d_D_e_l_t_a 'signature(object = "XdeMcmc")'

     _b_a_y_e_s_i_a_n_E_f_f_e_c_t_S_i_z_e 'signature(object = "XdeMcmc")' 

     _b_a_y_e_s_i_a_n_E_f_f_e_c_t_S_i_z_e<- 'signature(object = "XdeMcmc", value =
          "matrix")' 

     _c_a_l_c_u_l_a_t_e_P_o_s_t_e_r_i_o_r_A_v_g 'signature(object = "XdeMcmc")': See
          'calculatePosteriorAvg'

     _d_i_r_e_c_t_o_r_y 'signature(object = "XdeMcmc")' 

     _f_e_a_t_u_r_e_N_a_m_e_s 'signature(object = "XdeMcmc")' 

     _i_n_i_t_i_a_l_i_z_e 'signature(.Object = "XdeMcmc")' 

     _i_t_e_r_a_t_i_o_n_s 'signature(object = "XdeMcmc")' 

     _l_a_s_t_M_c_m_c 'signature(object = "XdeMcmc")' 

     _n_r_o_w 'signature(x = "XdeMcmc")' 

     _o_u_t_p_u_t 'signature(object = "XdeMcmc")' 

     _p_l_o_t 'signature(x = "XdeMcmc")' 

     _p_o_s_t_e_r_i_o_r_A_v_g 'signature(object = "XdeMcmc")' 

     _s_e_e_d 'signature(object = "XdeMcmc")' 

     _s_h_o_w 'signature(object = "XdeMcmc")' 

     _s_t_u_d_y_N_a_m_e_s 'signature(object = "XdeMcmc")' 

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

     R. Scharpf

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

     The class for storing the data: 'ExpressionSetList-class' and the
     class that contains default options for fitting the Bayesian
     model: 'XdeParameter-class'

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

     ##See XDE vignette:
     ## Not run: 
     openVignette(package="XDE")
     ## End(Not run)

