addErrorBar: Add Error Bars on the Graph
Description
Draw error bars on the graph.Usage
addErrorBar(x, y, ebl, ebu = ebl, length = 0.08, ...)
Arguments
x
coordinates for the error bars, or simply the name of the graph.
y
coordinates for the center of the error bars, which is the group means.
ebl
length of the error bars, which should be 1 se in each direction.
...
typically additional noninteresting arguments to pass.