powered by
Plot confidence intervals by group.
plotCIgroup(form, data, includeOverall = TRUE, ...)
Formula giving dependent variable and grouping variable.
Data used to calculate confidence intervals
Logical indicating whether the overall mean and confidence interval for all observations should be included.
Other arguments to be passed down to confidenceInterval.
confidenceInterval
A ggplot.
# NOT RUN { data(alberta) alberta$k6group <- factor(alberta$k6group, labels = attr(attr(alberta$k6group, "labels"), "names")) plotCIgroup(k3c ~ k6group, data=alberta) # }
Run the code above in your browser using DataLab