-
- `wilcox.test()` -- Wilcoxon signed rank test, Wilcoxon rank sum test
- `shapiro.test()` -- Test normality assumptions
- `ks.test()` -- Kolmogorov-Smirnov test
- `var.test()`-- Fisher’s F-Test
-…
-
Hello,
I am unable to get the test_fishtaco.py file to work... I installed version 1.1.6 and followed the install instructions at https://borenstein-lab.github.io/fishtaco/installation.html . I get …
-
Der wilcoxon test ist ein wichtiger Test, um nicht normalverteilte Skalenniveaus zu vergleichen.
Leider ist in `infer` keine entsprechende Funktion vorhanden und die Funktion `wilcox.test` aus `st…
-
uKev updated
14 years ago
-
Hi,
First of all thanks for this great package.
I have seen that wilcoxon test computation uses stats::wilcox.test function with default parameters.
I am wondering if there is a way to "modify thi…
-
I can create a pull request to add wilcoxon signed rank test.
-
I would like to thank you for this very interesting package.
I need help with interpretation and clarifying certain values.
I calculated an apoptosis score for two cell samples. BASE cells and L…
-
HypothesisTests v0.8.0, Julia 1.0.1 MacOS
1. the package is working:
```julia
julia> SignedRankTest([0.228,-5.58,-2.04,-1.43,1.80,2.52,0.17,3.07,1.37,0.86,0.15,-3.36,0.14,0.23,-0.89])
Exact Wil…
-
The example notebooks still say `de.test.wilcoxon`, while that function no longer exists. I was able to figure out that it had been renamed by searching the repo, but these should probably get updated…
-
A Wilcoxon test compares two samples deriving from non-parametric distributions. While a test for multiple samples exists in FSharp.Stats (H-test), a test for two samples is missing.
- [x] Wilcoxon…
bvenn updated
2 years ago