powered by
Tabulates frequencies for one or more categorical variable, including relative, and cumulative frequencies.
tab_frequencies(data, ...)
a tibble
Variables to tabulate
Other categorical: cramer_V, crosstab
cramer_V
crosstab
# NOT RUN { WoJ %>% tab_frequencies(employment) WoJ %>% tab_frequencies(employment, country) # }
Run the code above in your browser using DataLab