Select which group means to display
qe_group.RdControls which groups' mean markers and CI boxes appear in the plot. This
is independent of edge rendering — use qe_edges() to select whose network
to draw.
Arguments
- p
A
qe_plotobject.- ...
Group names to show means for. Supply one or more strings, each matching a value in the model's group column. Omit entirely to show means for all groups in the model (the default).
- by
The metadata column used for grouping (e.g.
"Condition"). Optional — used to validate against the column baked into the model at extraction time. An error is raised if the column name does not match.- intervals
Logical. Show 95% CI box(es) around group mean(s). Default
TRUE.