View source: R/rankingMethods.R
testThenRank | R Documentation |
Computes statistical hypothesis tests based on Wilcoxon signed rank test for each possible pair of algorithms to assess differences in metric values between the algorithms. Then ranking is performed according to the number of significant one-sided test results. If algorithms have the same number of significant test results, then they obtain the same rank.
testThenRank(object, ties.method = "min", ...)
object |
The challenge object. |
ties.method |
A string specifying how ties are treated, see |
... |
Further arguments passed to or from other functions. |
An S3 object of class "ranked.list" to represent a ranked assessment data set.
Other ranking functions:
aggregateThenRank()
,
rankThenAggregate()
## Not run:
testThenRank(challenge,
alpha=0.05, # significance level
p.adjust.method="none", # method for adjustment for multiple testing, see ?p.adjust
na.treat = 0)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.