Skip to content

Releases: DISOhda/DiscreteTests

DiscreteTests 0.4.1

Choose a tag to compare

@DISOhda DISOhda released this 28 May 06:04
  • Fix compilation problem on some macOS configurations.

DiscreteTests 0.4.0

Choose a tag to compare

@DISOhda DISOhda released this 27 May 18:31
  • Added sign tests for one- and two-sample paired designs (new function: sign_test_pv()).
  • Added permutation test for the comparison of two independent samples with several built-in test statistics (new function: perm_test_pv()).

DiscreteTests 0.3.0

Choose a tag to compare

@DISOhda DISOhda released this 18 May 12:50
  • 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.

DiscreteTests 0.2.1

Choose a tag to compare

@DISOhda DISOhda released this 20 Nov 15:09
  • get_pvalues() method of DiscreteTestResults class now includes the (row or cell names of the input observations (if present). Output of names can be suppressed by a parameter.
  • print() method of DiscreteTestResults class now also prints the (row or cell) names of the input observations (if present).