Description Usage Arguments Value Examples
Performs binom.test
to see if Min-Max is actually better than Median-IQR method.
1 | IsMinMaxBetter(rocpr = 1, prop = 0.5, tt = 1)
|
rocpr |
If |
prop |
Claimed proportion that Min-Max is better. Used for the null hypothesis. |
tt |
If |
A list containing the following:
The proportion of datasets that gave better performance for Min-Max.
The p-value of the binom.test
.
The confidence intervals of the binom.test
.
1 2 | out <- IsMinMaxBetter(1)
out$confintervals
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.