Changelog
chcRne 0.2.2
Fixes
-
nperc_tbl_MATA()- The names were not following the movement of values when arranged in descending order. If you installed chcRne 0.2.1 this function was not working as intended.
chcRne 0.2.1
New additions
-
nperc_tbl_MATA()- If the argumentplot = TRUEthe function will return a bar plot with counts and percentages instead of a table. This bug was resolved in this release.
chcRne 0.2.0
New additions
y.off()- Returns a numeric value equal to 1/100th of the max category in the selected variable. The purpose of ‘y.off’ is to ensure the count and percent remains “on screen” regardless of number of rows when using ‘plot_frq’.find_dupes()- Helper function when dealing with pre/post data.
Reworks
count_and_percent()- Now we can select categories using a character vector (i.e. c(“cat1”, “cat2”,…, “catn”)) instead of comma separated strings.to_binary()- Previouslyyesno_to_binary. Allows the option to convert “String/NA” to binary as well as “Yes/No” to binary across columns.