tabulator: Efficient Tabulation with Stata-Like Output (original) (raw)

Efficient tabulation with Stata-like output. For each unique value of the variable, it shows the number of observations with that value, proportion of observations with that value, and cumulative proportion, in descending order of frequency. Accepts data.table, tibble, or data.frame as input. Efficient with big data: if you give it a data.table, tab() uses data.table syntax.

Version: 1.0.0
Depends: R (≥ 3.4.0)
Imports: assertthat, dplyr, data.table, magrittr, purrr, rlang, stats, stringr, tibble, tidyr
Published: 2021-01-08
DOI: 10.32614/CRAN.package.tabulator
Author: Sean Higgins [aut, cre]
Maintainer: Sean Higgins <sean.higgins at kellogg.northwestern.edu>
License: MIT + file
NeedsCompilation: no
Materials: README
CRAN checks: tabulator results

Documentation:

Downloads:

Linking:

Please use the canonical formhttps://CRAN.R-project.org/package=tabulatorto link to this page.