simdata                package:lemma                R Documentation

_S_i_m_u_l_a_t_e_d _d_a_t_a

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

     Data simulation using the LEMMA model.  The true parameter values
     are: alpha=5, beta=1/12, tau=0, psi=-1, sigma^2_psi=0.5,
     p_1=p_2=0.25. Both groups have 6 replicates (`subjects'), and
     2,000 `genes'.

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

     simdata

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

     A data frame containing 2,000 rows and 14 columns.  The first
     column contains the gene IDs, the second column contains the gene
     names.  Columns 3-8 contain the reponses for the 6 control
     samples, and columns 9-14 contain the reponses for the 6 treatment
     samples.

