egMat                  package:BAMD                  R Documentation

_E_x_a_m_p_l_e _m_a_t_r_i_c_e_s _f_o_r _i_n_p_u_t _t_o _g_i_b_b_s_S_a_m_p_l_e_r() _a_n_d _v_a_r_i_a_b_l_e_S_e_l_e_c_t_o_r()

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

     These are example datasets that demonstrate the format of input 
     to the routines in BAMD.

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

     data(Y)

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

     For this dataset, 'n'=8, 'p'=3 and 's'=5.

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

     Gopal, V. "BAMD User Manual" <URL:
     http://www.stat.ufl.edu/~viknesh/assoc_model/assoc.html>

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

     data(Y,X,Z,R,Zprob)
     write.csv(cbind(Y,X,Z,R), file="generatedData.csv", quote=FALSE, row.names=FALSE)
     write.csv(Zprob, file="Zprob.csv", quote=FALSE, row.names=FALSE)

