unmarkedFitList-class {unmarked}R Documentation

Class "unmarkedFitList"

Description

Class to hold multiple nested fitted models from one of unmarked's fitting functions

Objects from the Class

Objects can be created by using the fitList function.

Slots

fits:
A "list" of models.

Methods

modSel
signature(object = "unmarkedFitList"): Model selection
predict
signature(object = "unmarkedFitList"): Model-averaged prediction

Note

Model-averaging regression coefficients is intentionally not implemented.

See Also

fitList, unmarkedFit

Examples

showClass("unmarkedFitList")

[Package unmarked version 0.8-1 Index]