Description Usage Arguments Examples
Post-hoc analysis of ANOVA results
1 | stat_anova_tukey(tbl, group = NULL)
|
tbl |
tidied data from a |
group |
variable for generating combinations |
1 2 3 4 5 6 7 | x <- fsce_tidy[c("k_cluster", "Uracil_45", "riboG_44")]
x$k_cluster <- as.factor(x$k_cluster)
res <- stat_anova_grouped(x, k_cluster)
## first result
stat_anova_tukey(res, k_cluster)[[1]]
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.