Skip to content

v2.2.0

Compare
Choose a tag to compare
@tpronk tpronk released this 29 Sep 12:42
· 30 commits to main since this release
b59d49e

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.