Learn R Programming

breakaway (version 4.8.4)

wlrm_transformed: The transformed weighted linear regression estimator for species richness estimation

Description

This function implements the transformed version of the species richness estimation procedure outlined in Rocchetti, Bunge and Bohning (2011).

Usage

wlrm_transformed(
  input_data,
  cutoff = NA,
  print = NULL,
  plot = NULL,
  answers = NULL
)

Value

An object of class alpha_estimate, or alpha_estimates for phyloseq objects

Arguments

input_data

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

cutoff

Maximum frequency count to use

print

Deprecated; only for backwards compatibility

plot

Deprecated; only for backwards compatibility

answers

Deprecated; only for backwards compatibility

Author

Amy Willis

References

Rocchetti, I., Bunge, J. and Bohning, D. (2011). Population size estimation based upon ratios of recapture probabilities. Annals of Applied Statistics, 5.

See Also

breakaway; apples; wlrm_untransformed

Examples

Run this code

wlrm_transformed(apples)
wlrm_transformed(apples, plot = FALSE, print = FALSE, answers = TRUE)

Run the code above in your browser using DataLab