Skip to content

0.4.1

Compare
Choose a tag to compare
@aravindhebbali aravindhebbali released this 20 Mar 10:44
· 228 commits to master since this release
4d17ed3

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:

Acknowledgements

A big thanks to @GegznaV and @adam_medcalf who contributed code, opened issues and provided valuable feedback.