| aicc.cpmSetSize {GenEst} | R 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)
[Package GenEst version 1.4.9 Index]