bCrosstab               package:Matrix               R Documentation

_C_r_e_a_t_e _p_a_i_r_w_i_s_e _c_r_o_s_s_t_a_b_u_l_a_t_i_o_n

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

     Create the pairwise crosstabulation of two or more factors.

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

     bCrosstab(flist, reorder = TRUE)

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

   flist: A list of two or more factors.  All factors must have the
          same length.

 reorder: Logical flag determining if reordering of the factors is
          allowed.

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

     A list with components 'flist', a possibly reordered copy of the
     first argument, and 'ctab', the pairwise crosstabulation.

