chao1_bc: Bias-corrected Chao1 species richness estimator

View source: R/richness_chao1_bc.R

chao1_bcR Documentation

Bias-corrected Chao1 species richness estimator

Description

This function implements the bias-corrected Chao1 richness estimate.

Usage

chao1_bc(input_data, output = NULL, answers = NULL)

Arguments

input_data

An input type that can be processed by convert() or a phyloseq object

output

Deprecated; only for backwards compatibility

answers

Deprecated; only for backwards compatibility

Value

An object of class alpha_estimate, or alpha_estimates for phyloseq objects

Note

The authors of this package strongly discourage the use of this estimator. It is only valid when you wish to assume that every taxa has equal probability of being observed. You don't really think that's possible, do you?

Author(s)

Amy Willis

Examples



chao1_bc(apples)



breakaway documentation built on Nov. 22, 2022, 5:08 p.m.