cmat                  package:daMA                  R Documentation

_C_o_n_t_r_a_s_t _m_a_t_r_i_x _d_e_s_c_r_i_b_i_n_g _t_h_e _e_x_p_e_r_i_m_e_n_t_a_l _q_u_e_s_t_i_o_n_s

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

     This matrix of numerical constants describes the experimental
     question, p say. Each experimental question is described by a
     single contrast vector (a single row in cmat) or by a contrast
     matrix (several rows in cmat). The ordering of the columns
     corresponds to that of the associated design matrix X. Thus,
     typically the first two elements in a row of cmat are reserved for
     for the two dyes. E.g. to compare the two dyes, we set (-1, 1, 0,
     ..., 0).

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

     data(cmat)

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

     Bretz, F and Landgrebe J and Brunner E (2003):"Design and analysis
     of two colour factorial microarray experiments", submitted.

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

     data(cmat)
     ## maybe str(cmat) ; plot(cmat) ...

