aicc.pkmSetSize: Create the AICc tables for a list of sets of searcher...

aicc.pkmSetSizeR Documentation

Create the AICc tables for a list of sets of searcher efficiency models

Description

Generates model comparison tables based on AICc values for a set of pk models generated by pkm with allCombos = TRUE and a non-NULL sizeCol.

Usage

## S3 method for class 'pkmSetSize'
aicc(x, ...)

Arguments

x

List of set of searcher efficiency models fit to the same observations

...

further arguments passed to or from other methods

Value

AICc table

Examples

  data(wind_RP)
  mod <- pkmSet(formula_p = p ~ Season, formula_k = k ~ Season, data = wind_RP$SE)
 aicc(mod)


GenEst documentation built on June 7, 2023, 6:35 p.m.