ggbetweenstats
plot.Create a dataframe with mean per group and a formatted label for
display in ggbetweenstats
plot.
mean_labeller(data, x, y, mean.ci = FALSE, k = 3)
Dataframe from which variables specified are preferentially to be taken.
The grouping variable.
The response - a vector of length the number of rows of x
.
Logical that decides whether 95
is to be displayed (Default: FALSE
).
Number of digits after decimal point (should be an integer)
(Default: k = 2
).