pairwise.table package:stats R Documentation _T_a_b_u_l_a_t_e _p _v_a_l_u_e_s _f_o_r _p_a_i_r_w_i_s_e _c_o_m_p_a_r_i_s_o_n_s _D_e_s_c_r_i_p_t_i_o_n: Creates table of p values for pairwise comparisons with corrections for multiple testing. _U_s_a_g_e: pairwise.table(compare.levels, level.names, p.adjust.method) _A_r_g_u_m_e_n_t_s: compare.levels: Function to compute (raw) p value given indices 'i' and 'j' level.names: Names of the group levels p.adjust.method: Method for multiple testing adjustment _D_e_t_a_i_l_s: Functions that do multiple group comparisons create separate 'compare.levels' functions (assumed to be symmetrical in 'i' and 'j') and passes them to this function. _V_a_l_u_e: Table of p values in lower triangular form. _S_e_e _A_l_s_o: 'pairwise.t.test', et al.