Skip to main content

All Questions

Tagged with
Filter by
Sorted by
Tagged with
2 votes
1 answer
610 views

Grouped ggplot for adding p-values

I'm trying to print the bonferroni p values on top of every grouped bar plot. The code that I'm using is: stat1 <- stack[1:170,] %>% rstatix::group_by(modules) %>% rstatix::t_test(values ~ ...
driver's user avatar
  • 266
0 votes
1 answer
134 views

ggplot2 geom_qq change theoretical data

I have a set of pvalues i.e 0<=pval<=1 I want to plot qqplot using ggplot2 As in the documentation the following code will plot a q_q plot, however if my data are pvalues I want the therotical ...
Mariya's user avatar
  • 847