0.4.1
This is a patch release for some minor improvements and bug fixes.
Bug Fixes
descriptr:::print_screen()
fails if a variable has more than one class (#26)ds_summary_stats()
does not show missing values (#30)- Multiple variable statistics throws error in the presence of NA (#33)
- Error in cross table in presence of NA (#40)
New Features
- Turn off button in the app (#29)
- Show frequency of missing values in frequency table (#32)
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()
Acknowledgements
A big thanks to @GegznaV and @adam_medcalf who contributed code, opened issues and provided valuable feedback.