Skip to content

DiscreteTests 0.3.0

Choose a tag to compare

@DISOhda DISOhda released this 18 May 12:50
· 7 commits to master since this release
  • Added Wilcoxon's one- and two-sample sign rank tests (new function: wilcox_test_pv()).
  • Added Mann-Whitney U test, which is equivalent to Wilcoxon's rank sum test (new function: mann_whitney_test_pv()).
  • Added conditional two-sample homogeneity test for binomial experiments, which is special application of Fisher's exact test (new function: homogenity_test_pv()).
  • Extensions to DiscreteTestResults class to store observations as lists (e.g. to store vectors of different sizes) as well as to include the tests' statistics, the name of the null distribution and details regarding the computation of p-values.
  • Completely re-written print() output of test results using the cli package.
  • Old non-snake-case functions (binom.test.pv(), fisher.test.pv(), mcnemar.test.pv() and poisson.test.pv()) are now defunct and will be removed in a future version.