tests/testthat/_snaps/freq-weights.md

basic weighted results

Code
  freq(df, x, wt = wt, plot = F, markdown = F)
Output
  ═══════════════════════════════════════════════════════
           x     Freq        %     Cum. Freq     Cum. %
  ───────────────────────────────────────────────────────
           D       16     35.6            16       35.6
           C       12     26.7            28       62.2
           A        8     17.8            36       80.0
        <NA>        5     11.1            41       91.1
           B        4      8.9            45      100.0
  ───────────────────────────────────────────────────────
       Total       45     100%                         
  ═══════════════════════════════════════════════════════


MartinLBarron/freqR documentation built on Aug. 28, 2023, 12:05 p.m.