perctable: Cross tabulation displayed as percents or proportions
Description
perctable and proptable use the
cross-classifying factors to build a contingency table of
the percents or proportions at each combination of factor
levels.
Usage
perctable(...)
proptable(...)
Arguments
...
arguments passed directly to
table; typically one or more objects which
can be interpreted as factors (including character
strings), or a list (or data frame) whose components can
be so interpreted.
Value
a contingency table, an object of class "table", an array
of percentage or proportion values. Note that unlike S
the result is always an array, a 1D array if one factor
is given.