Usage
F.automated.CDA(detection.data, transect.data, w.lo=0, w.hi=max(dist),
likelihoods=c("halfnorm", "hazrate", "uniform", "negexp", "Gamma"),
series=c("cosine", "hermite", "simple"), expansions=0:3, warn=TRUE,
area=1, ci=0.95, R=500, bs.method="transects", plot.bs=FALSE, plot=TRUE, ...)
Arguments
detection.data
This parameter is passed to F.dfunc.estim
and F.abund.estim
.
See F.abund.estim
documentation for definition.
transect.data
This parameter is passed to F.abund.estim
.
See F.abund.estim
documentation for definition.
w.lo
This parameter is passed to F.dfunc.estim
.
See F.dfunc.estim
documentation for definition.
w.hi
This parameter is passed to F.dfunc.estim
.
See F.dfunc.estim
documentation for definition.
warn
This parameter is passed to F.dfunc.estim
.
See F.dfunc.estim
documentation for definition.
area
This parameter is passed to F.abund.estim
.
See F.abund.estim
documentation for definition.
ci
This parameter is passed to F.abund.estim
.
See F.abund.estim
documentation for definition.
R
This parameter is passed to F.abund.estim
.
See F.abund.estim
documentation for definition.
bs.method
This parameter is passed to F.abund.estim
.
See F.abund.estim
documentation for definition.
plot.bs
This parameter is passed to F.abund.estim
.
See F.abund.estim
documentation for definition.
likelihoods
Vector of strings specifying the likelihoods to consider during model selection. Valid values at present are "uniform", "halfnorm", "hazrate", "negexp", and "Gamma". See Details for the models this routine considers.
series
Vector of series types to consider during model selection.
Valid values are 'simple', 'hermite', and 'cosine'. See Details for the models this routine considers.
expansions
Vector of the number of expansion terms to consider during model selection.
Valid values are 0 through 3. See Details for the models this routine considers.
plot
Logical scalar specifying whether to plot models during model selection.
If TRUE
, a histogram with fitted distance function is plotted for every fitted model. The function pauses between each plot and prompts the user for whether they want
...
Additional parameters passed to F.dfunc.estim
, which in turn are passed to F.gx.estim
. These include x.scl
, g.x.scl
, and observer
for estimating double observer probabilities.