Ranked Plot a set of measurements with error bars or confidence intervals (CI)
barPlotCiError(ciTable,
metricname,
thesets,
themethod,
main,
angle = 0,
offsets = c(0.1,0.1),
scoreDirection = ">",
ho=NULL,
...)
A matrix with three columns: the value, the low CI value and the high CI value
The name of the plotted values
A character vector with the names of the sets
A character vector with the names of the methods
The plot title
The angle of the x labels
The offset of the x-labels
Indicates how to aggregate the supMethod score and the ingMethod score.
the null hypothesis
Extra parametrs pased to the barplot function
the x-location of the bars
the ordered matrix with the 95 CI
the mean values of the bars
A superiority score equal to the numbers of methods that were inferior
A inferiority score equal to the number of methods that were superior
the sum of supMethod and infMethod defined by the score direction.