freqlist
functionControl test and summary settings for the freqlist
function.
freq.control(
sparse = FALSE,
single = FALSE,
dupLabels = FALSE,
digits.count = 0L,
digits.pct = 2L,
...,
digits = NULL
)
a logical value indicating whether to keep rows with counts of zero.
The default is FALSE
(drop zero-count rows).
logical, indicating whether to collapse results created using a strata variable into a single table for printing
logical: should labels which are the same as the row above be printed? The default (FALSE
) more
closely approximates PROC FREQ
output from SAS, where a label carried down from the row above is left blank.
Number of decimal places for count values.
Number of decimal places for percents.
additional arguments.
A deprecated argument
A list with settings to be used within the freqlist
function.