| oneBsIter | R Documentation |
Performs density and abundance estimation for one bootstrap iteration.
oneBsIter(
object,
area,
propUnitSurveyed,
pb,
plot.bs,
plotCovValues,
warn = FALSE,
asymptoticSE = FALSE
)
object |
An Rdistance model frame or fitted distance function,
normally produced by a call to |
area |
A scalar containing the total area of inference. Usually, this is
study area size. If |
propUnitSurveyed |
A scalar or vector of real numbers between 0 and 1.
The proportion of the default sampling unit that
was surveyed. If both sides of line transects were observed,
|
pb |
A progress bar created with |
plot.bs |
Logical. Whether to plot bootstrap estimate of detection function.
A plot must already exist because this uses |
plotCovValues |
Data frame containing values of covariates to plot.
Ignored if |
warn |
A logical scalar specifying whether to issue
an R warning if the estimation did not converge or if one
or more parameter estimates are at their boundaries.
For estimation, |
asymptoticSE |
Logical variable for whether to calculate
asymptotic standard errors. The default (TRUE) estimates an
asymptotic variance-covariance matrix for parameters based on the
likelihood's Hessian (2nd derivative). If maximization
has been performed by Nlminb or HookesJeeves, the asymptotic
Hessian is estimated using numeric second deriviatives
of the likelihood at the maximum likelihood solution. If
maximization was performed by Optim, the last Hessian of
the maximization is returned
by Optim and used
(see |
A data frame containing density and abundance and other relevant statistics for one iteration of the bootstrap.
bootstrap; abundEstim
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.