Package index
-
adorn_ns() - Add underlying Ns to a tabyl displaying percentages.
-
adorn_pct_formatting() - Format a
data.frameof decimals as percentages.
-
adorn_percentages() - Convert a data.frame of counts to percentages.
-
adorn_rounding() - Round the numeric columns in a data.frame.
-
adorn_title() - Add column name to the top of a two-way tabyl.
-
adorn_totals() - Append a totals row and/or column to a data.frame
-
as_tabyl() - Add
tabylattributes to a data.frame
-
chisq.test() - Apply
stats::chisq.test()to a two-way tabyl
-
fisher.test() - Apply
stats::fisher.test()to a two-way tabyl
-
tabyl() - Generate a frequency table (1-, 2-, or 3-way).
-
top_levels() - Generate a frequency table of a factor grouped into top-n, bottom-n, and all other levels.
-
untabyl() - Remove
tabylattributes from a data.frame.