bwss                  package:limma                  R Documentation

_B_e_t_w_e_e_n _a_n_d _w_i_t_h_i_n _s_u_m_s _o_f _s_q_u_a_r_e_s

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

     Sums of squares between and within groups. Allows for missing
     values.

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

     bwss(x,group)

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

       x: a numeric vector giving the responses.

   group: a vector or factor giving the grouping variable.

_D_e_t_a_i_l_s:

     This is equivalent to one-way analysis of variance.

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

     A list with components 

     bss: sums of squares between the group means.

     wss: sums of squares within the groups.

     bdf: degrees of freedom corresponding to 'bss'.

     wdf: degrees of freedom corresponding to 'wss'.

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

     Gordon Smyth

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

     'bwss.matrix'

