freq.control | R Documentation |
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
)
sparse |
a logical value indicating whether to keep rows with counts of zero.
The default is |
single |
logical, indicating whether to collapse results created using a strata variable into a single table for printing |
dupLabels |
logical: should labels which are the same as the row above be printed? The default ( |
digits.count |
Number of decimal places for count values. |
digits.pct |
Number of decimal places for percents. |
... |
additional arguments. |
digits |
A deprecated argument |
A list with settings to be used within the freqlist
function.
Ethan Heinzen
freqlist
, summary.freqlist
, freqlist.internal
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.