v2.2.0
This release is dedicated to Marlyn Meltzer; one of the first computer programmers in existence.
Changes in version 2.2.0:
- New feature. When making permutated splits (method = "random", replace = FALSE), split_p values above 0.5 yield an unbalanced split. In this unbalanced split, score_1 is calculated from split_p% of the trials and score_2 from (1 - split_p)%. See this test.
- Documentation update. Fixed a bug in the calls to
split_ci
in the vignettes (thnx go out to Maren Sera) and aligned terminology with the compendium paper.