If what
= "survival" or "capture", the return is a list object containing the following components:
fit.tableA data frame, sorted by fit.stat
, containing model names, fit statistics, delta fit statistics, and
model averaging weights.
s.hat
or p.hat
A matrix of size nan
X ns
containing model averaged estimates of survival
or capture probability.
se.s.hat
or se.p.hat
A matrix of size nan
X ns
containing the unconditional (on model selection) estimate of
standard error for the corresponding model averaged statistic in s.hat
or p.hat
. Unconditional variances
are computed using formulas in Burnham and Anderson (2002, pages 150 and 162)
se.s.hat.conditional
or se.p.hat.conditional
A matrix of size nan
X ns
containing the conditional estimate of
standard error for the corresponding model averaged statistic in s.hat
or p.hat
. These estimates of variance
are conditional on model selection.
mod.selection.proportionA matrix of size nan
X ns
containing the proportion of variance due to model selection uncertainty.
Values in this matrix are simply the difference between unconditional variance and conditional variance, divided by the unconditional variance.
If what = "n.hat", the return is a list of class "n.hat" containing the following components:
fit.tableA data frame, sorted by fit.stat
, containing model names, fit statistics, delta fit statistics, and
model averaging weights.
n.hatA vector of length ns
containing model averaged estimates of population size.
se.n.hatA vector of length ns
containing the unconditional (on model selection) estimate of
standard error for the corresponding model averaged population size.
se.n.hat.conditionalA vector of length ns
containing the conditional estimate of
standard error for the corresponding model averaged population size.
mod.selection.proportionA vector of lengthns
containing the proportion of variance due to model selection uncertainty.
Values in this matrix are simply the difference between unconditional variance and conditional variance, divided by the unconditional variance.
n.hat.lowerA vector of length ns
containing lower 95% confidence limits for the corresponding population size estimate.
n.hat.upperA vector of length ns
containing upper 95% confidence limits for the corresponding population size estimate.
nhat.v.methScalar indicating the type of variance estimate used. Values are: 4
= "(Model averaged Huggins variance)",
5
= "(Model averaged Huggins variance + higher terms)", or 6
= "(Model averaged McDonald and Amstrup)". See help for
F.cjs.estim
for more explanation.