I would like to get a barplot with significance annotations. I am using the following three libraries: tidyverse, ggpubr, rstatix, and reprex.
I am using the dataset and code in this gist, just copy and paste and you have all you need: https://gist.github.com/drfalco/9402b52e1fee4c64ed3f1ca622344b99
Only the significance level in line 2 of 'stat.test.melt.dfi3.agree' is present in the final plot. Instead, the three significance levels in line 3, 4, 5 of 'stat.test.melt.dfi3.agree' are absent in the final plot. I get the following "Warning message: Removed 3 rows containing non-finite values (stat_bracket())."
Do you see anything wrong in 'stat.test.melt.dfi3.agree’? How could I get the three missing annotations on the plot?