all_parametric_model: Multiple parametric models for estimating species richness...

Description Usage Arguments Value Examples

View source: R/select_parametric_model.R

Description

This function generates the species richness estimates with Poisson model, geometric model, two-component geometric mixture model and three-component geometric model.

Usage

1
2
all_parametric_model(input_data, parallel = F, tau_range = NULL,
  control = list(ncores = ceiling(detectCores()/2)))

Arguments

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.

tau_range

A two-dimensional vector of positive intergers specifing the range of the cutoffs you'd like to vary within

control

A list containing an integer ncores that specifies the number of cores to use in parallelization when parallel == T

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)
all_parametric_model(apples)

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