You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.