Package: wilcoxmed 0.0.1
wilcoxmed: Computes Values for the 1-Sample Wilcoxon Sign Rank Test for Medians
An implementation of the 1-Sample Wilcoxon Sign rank test for medians. It includes 2 functions, W_stat(), which computes the exact probabilities of the Wilcoxon Sign Rank Test Statistic, W. The second function, Wilcox.m.test() allows the user to conduct the 1-Sample Wilcoxon Sign Rank hypothesis test for medians, this also allows the user to conduct the hypothesis test for the normal approximation.
Authors:
wilcoxmed_0.0.1.tar.gz
wilcoxmed_0.0.1.zip(r-4.5)wilcoxmed_0.0.1.zip(r-4.4)wilcoxmed_0.0.1.zip(r-4.3)
wilcoxmed_0.0.1.tgz(r-4.4-any)wilcoxmed_0.0.1.tgz(r-4.3-any)
wilcoxmed_0.0.1.tar.gz(r-4.5-noble)wilcoxmed_0.0.1.tar.gz(r-4.4-noble)
wilcoxmed_0.0.1.tgz(r-4.4-emscripten)wilcoxmed_0.0.1.tgz(r-4.3-emscripten)
wilcoxmed.pdf |wilcoxmed.html✨
wilcoxmed/json (API)
# Install 'wilcoxmed' in R: |
install.packages('wilcoxmed', repos = c('https://dkzk96.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/dkzk96/wilcoxmed/issues
Last updated 3 years agofrom:4335a7109a. Checks:OK: 1 ERROR: 6. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Oct 31 2024 |
R-4.5-win | ERROR | Oct 31 2024 |
R-4.5-linux | ERROR | Oct 31 2024 |
R-4.4-win | ERROR | Oct 31 2024 |
R-4.4-mac | ERROR | Oct 31 2024 |
R-4.3-win | ERROR | Oct 31 2024 |
R-4.3-mac | ERROR | Oct 31 2024 |
Exports:W_statWilcox.m.test
Dependencies:
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Wilcoxon Sign Rank Test Statistic Exact Distribution | W_stat |
1-Sample Wilcoxon Sign Rank Hypothesis Test for Medians | Wilcox.m.test |