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