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

Grouping variable is converted from factor to character in emmeans_test #169

Closed
kassambara opened this issue Nov 27, 2022 · 0 comments
Closed

Comments

@kassambara
Copy link
Owner

Related to this issue (kassambara/ggpubr#386) when visualizing the output using ggpubr.

The issue is mainly caused by broom:tidy() at

comparisons <- tidy(comparisons, conf.int = TRUE, conf.level = conf.level)
, which is changing factor to character

kassambara added a commit that referenced this issue Nov 27, 2022
Fix issue #169: Grouping variable is converted from factor to character in emmeans_test
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant