Description Usage Arguments Value See Also Examples
Create frequency tables for each variable
Gives the number of observations in each category for all variables in file
1 |
df |
data frame with ID as first column |
data frame with three columns, Variable, Category, and N
Other summary functions: chisq_tests
,
correlations
, get_uniq
,
outlier_impact
, sample_size
Other categorical variable functions: bar_plot
,
chisq_tests
1 2 3 | require(NHANES)
data(NHANES)
freq_tables(get_categorical(NHANES))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.