Open MPietzke opened 1 year ago
Hey, thank you for the kind words and the well written bug report. As you probably have already noticed, I am currently not on top of my Github issues and don't have the capacity to invest time to add features in ggsignif
. You can of course write a PR to fix the issue and we will take a look and consider if we can merge it.
Best, Constantin
Same here! ...adding a comment to be notified ...
Initially posting it at ggpubr (https://github.com/kassambara/ggpubr/issues/503) however this is just a shameless wrapper for geom_signif() - so maybe it's better suited here!?
When using geom_signif() to make multiple comparisons it works fine, until one of the comparisons cannot be performed (e.g. due to too many missings). In this case also all the possible comparisons dissappear! Please see this example:
with only NAs in one of the conditions (C), the other comparisons (A-B) dissappers as well!
Here also the comparison A-B get lost, even though this can still be calculated. One could adapt the comparisons made (after seeing it's not working in one of the cases) but in general I want to have a consistent picture over multiple (usually more than just 2) Samples .
It throws a warning, so at least the function allready know something fails: 1: Removed 3 rows containing non-finite values (stat_summary). 2: Removed 3 rows containing non-finite values (stat_signif). 3: Computation failed in stat_signif(): not enough 'y' observations.
Would it be possible to:
This would be awesome!
PS: Just reading the proDA paper - then adding the issue here and noticing the identical name of the author!