TidyDensity 1.2.4
Breaking Changes
None
New Features
- Fix #302 - Add function
tidy_bernoulli()
- Fix #304 - Add function
util_bernoulli_param_estimate()
- Fix #305 - Add function
util_bernoulli_stats_tbl()
Minor Fixes and Improvements
- Fix #291 - Update
tidy_stat_tbl()
to fixtibble
output so it no longer ignores
passed arguments and fixdata.table
to directly pass ... arguments. - Fix #295 - Drop warning message of not passing arguments when .use_data_table = TRUE
- Fix #303 - Add
tidy_bernoulli()
to autoplot. - Fix #299 - Update
tidy_stat_tbl()
- Fix #309 - Add function for internal use to drop dependency of stringr. Function
isdist_type_extractor()
which is used for several functions in the library. - Fix #310 - Update combine-multi-dist to use
dist_type_extractor()
- Fix #311 - Update all
util_dist_stats_tbl()
functions to usedist_type_extractor()
- Fix #316 - Update all
autoplot
functions fortidy_bernoulli()
- Fix #312 - Update random walk function to use
dist_type_extractor()
- Fix #314 - Update
tidy_stat_tbl()
to usedist_type_extractor()
- Fix #301 - Fix
p
andq
calculations.