tidy.CBEAout: Tidy a CBEAout object

View source: R/tidy_generics.R

tidy.CBEAoutR Documentation

Tidy a CBEAout object

Description

This function takes in a CBEA type object and collects all values across all sets and samples that were evaluated.

Usage

## S3 method for class 'CBEAout'
tidy(x, ...)

Arguments

x

A CBEAout object.

...

Unused, included for generic consistency only.

Value

A tidy tibble::tibble() summarizing scores per sample per set.

Examples

# 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)

qpmnguyen/teaR documentation built on April 4, 2022, 7:26 p.m.