modSelFP {AHMbook} | R Documentation |
Model selection results from a list of 'unmarkedFitOccuFP' models
Description
The unmarked functions fitList
and modSel
do now work for 'unmarkedFitOccuFP' models, so this stop-gap function is deprecated. Use modSel(fitList(fits=mod.list))
instead.
Usage
modSelFP(mod.list)
Arguments
mod.list |
A list of fitted model objects of class 'unmarkedFitOccuFP' as returned by unmarked. |
Value
A data frame with a row for each model in the input list and columns for number of parameters, AIC, deltaAIC, AIC weight and cumulative AIC weight.
References
Kéry, M. & Royle, J.A. (2021) Applied Hierarchical Modeling in Ecology AHM2 - 7.2.2.
[Package AHMbook version 0.2.9 Index]