Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Don't drop empty groups #935

Closed
IndrajeetPatil opened this issue May 14, 2024 · 1 comment
Closed

Don't drop empty groups #935

IndrajeetPatil opened this issue May 14, 2024 · 1 comment
Labels
bug 🐜 Something isn't working

Comments

@IndrajeetPatil
Copy link
Owner

IndrajeetPatil commented May 14, 2024

library(ggstatsplot)
library(dplyr)

smokers <- tibble(
  smoker = factor(c("no", "no", "no", "no", "no"), levels = c("yes", "no"))
)

ggpiestats(smokers, smoker)

Created on 2024-05-17 with reprex v2.1.0

@IndrajeetPatil IndrajeetPatil changed the title Don't drop empty levels Don't drop empty groups May 14, 2024
@IndrajeetPatil
Copy link
Owner Author

This is misleading.

@IndrajeetPatil IndrajeetPatil transferred this issue from IndrajeetPatil/statsExpressions May 17, 2024
@IndrajeetPatil IndrajeetPatil added enhancement 🔥 New feature or request bug 🐜 Something isn't working and removed enhancement 🔥 New feature or request labels May 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug 🐜 Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant