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'