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

aicc.cpmSetSizeR Documentation

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

Description

S3 function to generate model comparison tables for lists of of sets of CP models of class cpmSetSize

Usage

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

Arguments

x

List of sets of CP models fit to the same observations

...

further arguments passed to or from other methods

Value

AICc table

Examples

 cpmods <- cpm(formula_l = l ~ Visibility, data = wind_RP$CP,
   left = "LastPresent", right = "FirstAbsent", sizeCol = "Size",
   allCombos = TRUE)
 aicc(cpmods)


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