An 'abundance estimate' object, a list of class c("abund", "dfunc"), containing
all the components of a "dfunc" object (see F.dfunc.estim
), plus,
n.hatEstimated abundance in the study area (if area
> 1)
or estimated density in the study area (if area
= 1).
ciThe bias corrected bootstrap confidence interval for n.hat
. The names of this component
give the quantiles of the bootstrap distribution used to compute the bias corrected interval.
BA vector or length R
containing all bootstrap estimated population sizes. If a particular interation
did not converge, the corresponding entry in B
will be NA
. The bootstrap distribution of
n.hat
can be plotted with hist(x$B)
, where x
is an 'abundance estimate' object. The
confidence interval in ci
can be reproduced with quantile(x$B[!is.na(x$B)], p=names(x$ci) )
.
alphaThe (scalar) confidence level of the confidence interval for n.hat
.
nThe number of detections (not individuals, unless all group sizes = 1) used in the estimate of abundance.
areaThe study area size used in the estimate of abundance.
tran.lenThe total length of transects used in the estimate of abundance.
eswEffective strip width used in the estimate of abundance. This can be computed with ESW(dfunc)
.
avg.group.sizeThe average group size used in the estimate.
nhat.dfA data.frame of transect-level abundance (or density) estimates (if by.id = TRUE
).