View source: R/eda_freqtable.R
eda_freqtable | R Documentation |
Calculates a frequency table for a single survey item
eda_freqtable(data, item, rm.dk = FALSE)
data |
a |
item |
a survey item |
rm.dk |
a logical value indicating whether "Don't know" values (-8) should be stripped before the computation proceeds |
a frequency table (in percent)
## Not run: eda_freqtable(data = w5, item = w5_q11, rm.dk = FALSE) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.