mtally: mtally

Description Usage Arguments See Also Examples

Description

A function to disambiguate between dplyr::tally and mosaic::tally. mtally works like mosaic::tally, producing a table-class rather than a data table. The table-class output is better suited as a data presentation to people, and is also suited to functions such as chisq.test() or fisher.test() mtally() is slightly different from mosaic::tally() in accepting a piped data frame as input

Usage

1
mtally(.data, ...)

Arguments

.data

placeholder for a piped-in data set.

...

the formula and other arguments for mosaic::tally

See Also

tally in the mosaic package

Examples

1
mtally(mtcars, ~ cyl)

dtkaplan/statPREPpackage documentation built on May 15, 2019, 5:22 p.m.