View source: R/tidy_generics.R
glance.CBEAout | R Documentation |
CBEAout
objectThis function cleans up all diagnostics of the cbea
method
(from the CBEAout
object) into a nice tibble::tibble()
## S3 method for class 'CBEAout' glance(x, statistic, ...)
x |
An object of type |
statistic |
What type of diagnostic to return. Users can choose to return
|
... |
Unused, kept for consistency with generics |
A tibble::tibble()
summarizing diagnostic fits per set (as row)
# 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) glance(mod, "fit_diagnostic")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.