View source: R/tidy_generics.R
tidy.CBEAout | R Documentation |
This function takes in a CBEA type object and collects all values across all sets and samples that were evaluated.
## S3 method for class 'CBEAout' tidy(x, ...)
x |
A |
... |
Unused, included for generic consistency only. |
A tidy tibble::tibble()
summarizing scores per sample per set.
# load the data data(hmp_gingival) mod <- cbea(hmp_gingival$data, hmp_gingival$set, abund_values = "16SrRNA", output = "sig", distr = "norm", adj = FALSE, n_perm = 5, parametric = TRUE) tidy(mod)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.