This layer adds confidence intervals to barplots, such as those produced by factor effects GAM.
l_ciBar(level = 0.95, mul = NULL, ...)
level | the level of the confidence intervals (e.g. 0.9 means 90% intervals). |
---|---|
mul | number multiplied by the standard errors when calculating
standard error curves. By default |
... | graphical arguments to be passed to |
An object of class gamLayer
.
See plot.ptermFactor for examples.