best_model: "Best" parametric model for estimating species richness

Description Usage Arguments Value Examples

Description

This function gives the "best" model among Poisson model, geometric model, two-component geometric mixture model and three-component geometric model.

Usage

1
best_model(input_data, alpha_estimate = T, ...)

Arguments

input_data

An input type that can be processed by convert()

alpha_estimate

If alpha_estimate == T, the result will be returned as an alpha_estimate object.

...

Additional arguments for the function select_best_models

Value

A data frame displaying the point estimates, standard errors, AICc, GOF0 and GOF5 for different parametric models and cutoffs.

Examples

1
2
3
library(breakaway)
data(apples)
best_model(apples)

KenLi93/CatchAll documentation built on May 7, 2019, 3:59 a.m.