Description Usage Arguments Value Examples
This function gives the "best" models among Poisson model, geometric model, two-component geometric mixture model and three-component geometric model.
1 2 | select_best_models(input_data, parallel = F, tau_range = NULL,
control = list(ncores = ceiling(detectCores()/2)))
|
input_data |
An input type that can be processed by convert() |
parallel |
A logic scalar that decides whether the richness estimates are computed with parallelization. Currently an error is returned for Windows. |
control |
A list containing an integer |
A data frame displaying the point estimates, standard errors, AICc, GOF0 and GOF5 for different parametric models and cutoffs.
1 2 3 4 5 6 | library(breakaway)
data(apples)
select_best_models(apples)
data(hawaii)
select_best_models(hawaii)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.