crimeutils 0.5.1
crimeutils 0.4.1
- Minor changes to latex tables.
 
crimeutils 0.4.0
- Minor fixes to the LaTeX table function
 
- Adds function 
make_mean_median_mode_table_by_group() to
make a table with columns showing the mean, median, and mode of a
numeric value. 
- Improve speed to 
capitalize_words() function. 
crimeutils 0.3.0
- Minor bug fixes.
 
- Fixes typo in make_average_linegraph and error when using tibbles
rather than data.frames.
 
- Changes capitalize_words so it doesn’t capitalize the letter after
an apostrophe.
 
- Changes 
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. 
- Add functions 
make_mean_std_dev_by_group_table() and
make_n_and_percent_table() functions for easy descriptive
stats tables. 
- Make LaTeX table rows have more space in between them.
 
crimeutils 0.2.1
- Fix issue in 
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. 
crimeutils 0.2.0
- Adds a function to that returns a data.frame from a regression model
so it’s easier to turn into tables for publication. Also adds a function
that graphs the coefficient value and the 95% confidence interval for
all coefficients.
 
- Updates the LaTeX table generator code to improve formatting.
 
- Fixed bug in 
pad_decimals() that incorrectly dropped
the padding when converting back to a number. Now returns data as
strings. 
crimeutils 0.1.0
- Added a 
NEWS.md file to track changes to the
package.