l_ciBar {mgcViz} | R Documentation |
Adding confidence intervals to barplots
Description
This layer adds confidence intervals to barplots, such as those produced by factor effects GAM.
Usage
l_ciBar(level = 0.95, mul = NULL, ...)
Arguments
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 |
Value
An object of class gamLayer
.
See Also
See plot.ptermFactor for examples.
[Package mgcViz version 0.1.11 Index]