Rdocumentation
powered by
Learn R Programming
rpf (version 0.3)
tabulateRows: Tabulate data.frame rows
Description
Like
tabulate
but entire rows are the unit of tabulation. The data.frame is not sorted, but must be sorted already.
Usage
tabulateRows(observed)
Arguments
observed
a sorted data.frame holding ordered factors in every column
See Also
orderCompletely