Description Usage Arguments Details Value References Examples
This function takes the particular list of possible hypthesis to correct for multiple testing, as defined in Bergmann and Hommel (1994).
1 | adjustBergmannHommel(raw.matrix)
|
raw.matrix |
Raw p-values in a matrix. |
The test has been implemented according to the version in Garcia and Herrera (2008), page 2680-2682.
A matrix with the corrected p-values
S. Garcia and F. Herrera (2008) An Extension on "Statistical Comparisons of Classifiers over Multiple Data Sets" for All Pairwise Comparisons. Journal of Machine Learning Research, 9, 2677-2694.
G. Bergmann and G. Hommel (1988) Improvements of general multiple test procedures for redundant systems of hypogheses. In P. Bauer, G. Hommel and E. Sonnemann, editors, Multiple Hypotheses Testing, 100-115, Springer, Berlin.
1 2 3 4 | data(data_gh_2008)
raw.pvalues <- friedmanAlignedRanksPost(data.gh.2008)
raw.pvalues
adjustBergmannHommel (raw.pvalues)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.