TidyDensity 1.2.3
Breaking Changes
None
New Features
- Fix #237 - Add function
bootstrap_density_augment()
- Fix #238 - Add functions
bootstrap_p_vec()
andbootstrap_p_augment()
- Fix #239 - Add functions
bootstrap_q_vec()
andbootstrap_q_augment()
- Fix #256 #257 #258 #260 #265 #266 #267 #268 - Add functions
cmean()
chmean()
cgmean()
cmedian()
csd()
ckurtosis()
cskewness()
cvar()
- Fix #250 - Add function
bootstrap_stat_plot()
- Fix #276 - Add function
tidy_stat_tbl()
Fix #281 adds the parameter of
.user_data_table
which is set toFALSE
by default. If set toTRUE
will use
[data.table::melt()]
for the underlying work speeding up the output from a
benchmark test of regulartibble
at 72 seconds todata.table.
at 15 seconds.