You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Originally posted by AntoineSoetewey January 9, 2022
Hello,
Is there a reason why the number of observations (usually displayed below each categories) disappear when using centrality.plotting = FALSE?
See for example:
ggbetweenstats(
data = dplyr::filter(gapminder::gapminder, year == 2007, continent != "Oceania"),
x = continent,
y = lifeExp
)
ggbetweenstats(
data = dplyr::filter(gapminder::gapminder, year == 2007, continent != "Oceania"),
x = continent,
y = lifeExp,
centrality.plotting = FALSE
)
I believe it is useful to know the number of observations per category (and not only the total number of observations) even when the mean is not plotted.
Thanks in advance for your help!
The text was updated successfully, but these errors were encountered:
Discussed in https://github.com/IndrajeetPatil/ggstatsplot/discussions/694
Originally posted by AntoineSoetewey January 9, 2022
Hello,
Is there a reason why the number of observations (usually displayed below each categories) disappear when using
centrality.plotting = FALSE
?See for example:
I believe it is useful to know the number of observations per category (and not only the total number of observations) even when the mean is not plotted.
Thanks in advance for your help!
The text was updated successfully, but these errors were encountered: