NEWS.md
make_mean_median_mode_table_by_group() to make a table with columns showing the mean, median, and mode of a numeric value.capitalize_words() function.make_average_linegraph() to make_average_graph() which can now also return a barplot. This function now can include 95% confidence intervals for both linegraphs and barplots.make_mean_std_dev_by_group_table() and make_n_and_percent_table() functions for easy descriptive stats tables.make_barplots() when using a tibble where the plot would show only a NA column instead of the actual categories. Fixes this by converting the data to a data.frame.pad_decimals() that incorrectly dropped the padding when converting back to a number. Now returns data as strings.