GenEst (version 1.4.5)

aicc.cpmSetSize: 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 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

Run this code
# NOT RUN {
 cpmods <- cpm(formula_l = l ~ Visibility, data = wind_RP$CP,
   left = "LastPresent", right = "FirstAbsent", sizeCol = "Size",
   allCombos = TRUE)
 aicc(cpmods)

# }

Run the code above in your browser using DataCamp Workspace