ds_freq_cont()
should return a tibble (#34)The following now return tibbles to facilitate further analysis:
ds_twoway_table()
ds_freq_table()
ds_freq_cont()
ds_group_summary()
New to descriptr are the following which generate summary statistics:
ds_measures_location()
ds_measures_variation()
ds_measures_symmetry()
ds_percentiles()
ds_extreme_obs()
descriptr:::print_screen()
fails if a variable has more than one class (#26)ds_summary_stats()
does not show missing values (#30)A big thanks to [@GegznaV](https://github.com/GegznaV) and [@adam_medcalf](https://twitter.com/adam_medcalf) who contributed code, opened issues and provided valuable feedback.
We have completely revamped the API. All the functions now take a data.frame
or tibble
as the first argument followed by the variable names. The variable names need not be surrounded by single/double quotes anymore. Please view the guide for more details.
This is a minor release containing bug fixes.
group_summary()
; maximum and minimum were reversednorm_plot()
was non-reactive to changes in standard deviation (#1).