spkAnova              package:spkTools              R Documentation

_A_n_o_v_a _M_o_d_e_l _f_o_r _M_i_c_r_o_a_r_r_a_y _S_p_i_k_e-_i_n _D_a_t_a

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

     Computes the mean squared errors of a microarray spike-in design
     due to concentration, probe, array, and error.

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

     spkAnova(object, model=expr~spike+probe+array)

_A_r_g_u_m_e_n_t_s:

  object: a SpikeInExpressionSet object

   model: the anova model

_V_a_l_u_e:

     A vector of the mean squared errors from the anova model.

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

     Matthew N. McCall

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

     data(affy)
     spkAnova(affy)

