This function implements the bias-corrected Chao1 richness estimate.
chao1_bc(input_data, output = NULL, answers = NULL)
input_data | An input type that can be processed by |
---|---|
output | Deprecated; only for backwards compatibility |
answers | Deprecated; only for backwards compatibility |
An object of class alpha_estimate
, or alpha_estimates
for phyloseq
objects
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?
Amy Willis
chao1_bc(apples) #> Estimate of richness from method chao1_bc: #> Estimate is 1239 #> with standard error 37.69 #> Confidence interval: (1016, 4659) #>