MultipleTesting.jl
MultipleTesting.jl copied to clipboard
The MultipleTesting package offers common algorithms for p-value adjustment and combination and more…
This PR addresses issue #108 of including a method ignorant of `missing` values in a vector of P values. The reason this method is necessary/useful is that when using split-apply-combine...
Is there a simple(ish?) method to perform the correction but skip `missing` values, and output the corrected array with `missing` respecting their original indices (but not used in the calculations)?...
Here is a quite comprehensive list of features which covers a big chunk of what is out there in regards to multiple testing. I am not sure which of these...
Below is a collection of interesting pi0 estimators, which have not been implemented yet. This could also be a good exercise for anyone that would like to contribute! - [x]...
Not sure if this would be betteer suited for the `HypothesisTests.jl` package, but I would like to implement a method to obtain tmax-corrected pvalues from a `HypothesisTests.PermutationTest` struct. The tricky...
Hello, it would be nice to provide a generic **meta-combination function**, one using a combination function `a` to combine the N combinations of N combination functions given in an array...