bCrosstab {Matrix} | R Documentation |
Create the pairwise crosstabulation of two or more factors.
bCrosstab(flist, reorder = TRUE)
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. |
A list with components flist
, a possibly reordered copy of the
first argument, and ctab
, the pairwise crosstabulation.