Skip to contents

Produces a side-by-side comparison of population size estimates from multiple fitted models.

Usage

compare_popsize(..., labels = NULL, by = NULL, bias_correction = TRUE)

Arguments

...

Fitted uncounted objects to compare.

labels

Character vector of model labels. Defaults to model method.

by

Optional formula for grouping (passed to popsize).

bias_correction

Logical; apply bias correction? Default TRUE.

Value

An object of class "uncounted_popsize_compare" with components table (data frame) and labels (model labels).