-
-
Notifications
You must be signed in to change notification settings - Fork 14
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
Support statistical annotation for grouped plots #4
Comments
Hi @LeiGuo0812 Thank you for using tidyplots! Your error occurs because A bit of background: tidyplots automatically assigns the same variable to both Best
|
Dear @jbengler |
Unfortunately not. In an attempt to keep things simple, the mappings in tidyplots are restricted to the Since the error also occurs in plain ggplot2 + ggpubr, one could report this issue in ggpubr. Maybe they are able to fix it for all ggpubr users. |
I opened this ggpubr issue kassambara/ggpubr#621 |
Hi,
I sincerely appreciate the
tidyplots
package. It's a fantastic tool for creating beautiful and tidy plots efficiently.I particularly like the
stat_pvalue_manual
function in theggpubr
package, which is great for handling complex grouped or faceted plots. However, it seems that the currentadd_test_pvalue
function intidyplots
only supports statistical tests for a single factor.I tried using the add function to directly apply the
stat_pvalue_manual
, but encountered some errors. Is it possible to enhancetidyplots
to support more complex grouped or faceted plots? Or is there currently a workaround for these scenarios?Below are the test codes I used:
Thank you so much for your hard work on this amazing package, and I really look forward to your response!
The text was updated successfully, but these errors were encountered: