freq_tables: freq_tables

Description Usage Arguments Value See Also Examples

View source: R/freq_tables.R

Description

Create frequency tables for each variable
Gives the number of observations in each category for all variables in file

Usage

1

Arguments

df

data frame with ID as first column

Value

data frame with three columns, Variable, Category, and N

See Also

Other summary functions: chisq_tests, correlations, get_uniq, outlier_impact, sample_size

Other categorical variable functions: bar_plot, chisq_tests

Examples

1
2
3
require(NHANES)
data(NHANES)
freq_tables(get_categorical(NHANES))

HallLab/clarite documentation built on Oct. 27, 2020, 6:27 p.m.