Last chance! 50% off unlimited learning
Sale ends in
Generates model comparison tables based on AICc values for
a set of pk models generated by pkm
with
allCombos = FALSE
and a non-NULL
sizeCol
.
# S3 method for pkmSize
aicc(x, ...)
AICc table
List of set of searcher efficiency models fit to the same observations
further arguments passed to or from other methods
data(wind_RP)
mod <- pkmSet(formula_p = p ~ Season, formula_k = k ~ Season, data = wind_RP$SE)
aicc(mod)
Run the code above in your browser using DataLab