50% off | Unlimited Data & AI Learning

Last chance! 50% off unlimited learning

Sale ends in


tabula (version 1.6.0)

test_diversity: Diversity Test

Description

Compares Shannon diversity between samples.

Usage

test_diversity(object, ...)

# S4 method for CountMatrix test_diversity(object, adjust = "holm", ...)

Arguments

object

A m×p matrix of count data.

...

Further arguments to be passed to internal methods.

adjust

A character string specifying the method for adjusting p values (see p.adjust).

Value

A numeric matrix.

Details

This test produces two sided pairwise comparisons: it returns a matrix of adjusted p values.

References

Magurran, A. E. (1988). Ecological Diversity and its Measurement. Princeton, NJ: Princeton University Press. 10.1007/978-94-015-7358-0.

See Also

Other statistics: independance, test_fit()

Examples

Run this code
# NOT RUN {
## Shannon diversity test
data("merzbach", package = "folio")
merzbach_count <- as_count(merzbach)
div <- test_diversity(merzbach_count)
# }

Run the code above in your browser using DataLab