Description Usage Arguments Examples
Analysis of variance of activities across groups
| 1 | stat_anova_grouped(tbl, group = NULL)
 | 
| tbl | tidied data from a  | 
| group | variable for generating combinations | 
| 1 2 3 4 5 | x <- fsce_tidy[c("k_cluster", "Uracil_45", "riboG_44")]
x$k_cluster <- as.factor(x$k_cluster)
## default is list of aov models
stat_anova_grouped(x, k_cluster)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.