proportion {mosaicModel} | R Documentation |
Function builder for proportions.
Description
Evaluate this and hand the result to df_stats()
Usage
proportion(nm = NULL)
Arguments
nm |
The level for which to find the proportion |
Examples
## Not run:
df_stats(mtcars, ~ cyl, proportion(6))
## End(Not run)
[Package mosaicModel version 0.3.0 Index]