A model to estimate the number of missing taxa under a Poisson Model

poisson_model(input_data, cutoff = 10)

Arguments

input_data

A frequency count table

cutoff

The largest frequency to use for predicting f0. Defaults to 10.