dsos 0.1.2
New features
-
Added functions for Bayesian test (
bf_from_os
), the corresponding S3 methods
(print
andplot
) and helper functions to convert bayes factors to p-values
(as_pvalue
andas_bf
). -
Added function (
bf_compare
) to compare Bayesian and frequentist test.
Breaking changes
- Deleted custom scoring functions (
score_*
) which depended on
ranger
andisotree
. Users can now pass a scoring function as an argument
to recreate this behaviour.
Enhancements
-
Removed dependency on
ranger
andisotree
packages. -
Updated README with Bayesian example and new links.
-
Plotted test results without transforming the y-axis.