tidy_stats_grouped: Tidy grouped statistics

Description Usage Arguments Examples

View source: R/stats.R

Description

Tidy grouped statistics

Usage

1
tidy_stats_grouped(x, id = "activity")

Arguments

x

list of named statistical results, e.g. from stat_anova_grouped.

id

name of id variable in the output (default: "activity")

Examples

1
2
3
4
5
x <- fsce_tidy[c("k_cluster", "Uracil_45")]
x$k_cluster <- as.factor(x$k_cluster)

res <- stat_anova_grouped(x, k_cluster)
tidy_stats_grouped(res)

hesselberthlab/scrunchy documentation built on Nov. 11, 2019, 2:29 p.m.